body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #F1F2F5;
    font-family: PingFang SC, Microsoft YaHei, Hiragino Sans GB, Helvetica, Heiti SC, sans-serif;
}

.formCon label > span {
    color: red !important;
}

.pcwidth {
    min-width: 1282px !important;
}

.mobilewidth .container {
    max-width: 600px;
    margin: 0 auto;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
    background-color: #fff;
}

.container {
    padding: 0 10.9375%;
    margin: 0;
    width: 100%;
}

@media screen and (min-width: 1920px) {
    .container {
        padding: 0;
        margin: 0 auto;
        width: 1500px;
    }
}

a {
    text-decoration: none !important;
    color: #999999;
    font-size: 16px;
}

a:hover {
    color: #1378F0 !important;
}

a p:first-child:hover {
    color: #1378F0 !important;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}

.head-top {
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #CCCCCC;
    font-size: 12px;
    font-weight: 400;
    background: #191A1B;
    display: block;
}

.head-top .head-top-r ul {
    background: #191A1B;
}

.head-top .head-top-r ul li {
    display: none;
}

.head-top .head-top-r ul li:last-child {
    display: block;
}

.head-top .head-top-r ul a:hover {
    color: #fff !important;
}

.head-top .head-top-r a {
    padding: 0 14px;
    font-size: 12px;
    border-right: 1px solid #BFC0C1;
    color: #BFC0C1;
    text-decoration: none;
}

.head-top .head-top-r li:last-child a {
    padding-right: 0;
    border-right: 0 none;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

.navbar-toggle {
    float: right;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: relative;
    right: initial;
    top: 0px;
}

.navbar {
    width: 100%;
    border: none;
    background-color: #fff;
    font-size: 18px;
    padding-top: 20px;
    height: 98px;
    margin-bottom: 0;
    box-sizing: border-box;
}

.navbar .theme-bgcolor {
    background: #5cc2d0;
}

.navbar .navbar-header {
    width: 10.2%;
}

.navbar .head-logo {
    padding: 0;
    margin: 0 6px 0 0;
    width: 100%;
    height: 53px;
    line-height: 53px;
}

.navbar .mobilesearch {
    display: none;
}

.navbar .head-logo a {
    display: block;
}

.navbar .logo {
    width: 100%;
}

.navbar .nav > li > a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 0 9px 0;
    color: #111111;
    font-size: 16px;
}

.navbar .nav > li > a > h1 {
    height: 30px;
    font-size: 18px;
    line-height: 30px;
}

.navbar .navbar-nav {
    width: 64%;
    margin-left: 1.2%;
}

.navbar .navbar-nav li {
    padding: 0 1.4%;
    height: 45px;
    line-height: 45px;
}

.navbar .navbar-nav .active .theme-color {
    color: #1378F0;
    border-bottom: 1px solid #1378F0;
    border-radius: initial;
}

.navbar .navbar-nav .margin-5 {
    margin: 10px 0px;
}

.navbar .nav > li > .second {
    display: none;
}

.navbar .nav > li > .theme-color:hover,
.navbar .nav > li > .theme-color:focus {
    background: #fff;
    color: #1378F0;
    border-bottom: 1px solid #1378F0;
    border-radius: initial;
}

.navbar .navbar-form {
    float: right;
    padding: 0;
    margin: 0;
    width: 20%;
    margin-left: 2%;
    position: relative;
}

.navbar .form-group {
    width: 100%;
}

.navbar .form-group .form-control {
    width: 100%;
    height: 44px;
    background: #f3f3f3;
    border-radius: 22px;
    text-indent: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar .form-group .search {
    width: 8.792%;
    height: 8.792%;
    position: absolute;
    top: 10px;
    right: 18px;
}

.navbar .form-group .search img {
    width: 100%;
}

.hotList {
    position: absolute;
    top: 45px;
    left: 0;
    /*padding: 10px 0;*/
    margin: 0;
    width: 100%;
    background: #fff;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    z-index: 999999;
    display: none;
}

.hotList > li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #333;
    overflow: hidden;
}

.hotList > li:first-child {
    margin-top: 10px;
}

.hotList > li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    text-decoration: none;
}

.hotList > li > a:hover,
.hotList > li:hover {
    background-color: #f3f3f3;
}

.hotList > li > a:before,
.hotList > li > a:after,
.hotList > li:before,
.hotList > li:after {
    content: "";
    display: table;
}

.hotList > li > a:after,
.hotList > li:after {
    clear: both;
}

.hotList li div {
    float: left;
}

.hotList li div.number {
    text-align: center;
    width: 20%;
    color: #ff8105;
}

.hotList li div.hottxt {
    width: 70%;
    height: 32px;
    overflow: hidden;
}

.lastli {
    font-size: 12px;
    color: #666;
    text-align: right;
    cursor: pointer;
}

.lastli > span {
    padding-right: 10px;
}

.navbar .login {
    width: 10.134%;
    display: none;
}

.navbar .login li {
    margin: 5px 0;
    width: 46.053%;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    background: #1378f0;
    border-radius: 17px;
}

.navbar .login li:last-child {
    margin-left: 7.895%;
    background: #F08D13;
}

.navbar .login li > a,
.navbar .login li > a :hover {
    color: #fff !important;
}

.mobilecx {
    display: none;
}

.header {
    width: 100%;
}

.main-header {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #F1F2F5;
}

.header .main-header li {
    width: 20%;
    border-right: 1px solid #ccc;
    text-align: center;
}

.header .main-header li a {
    color: #111;
}

.header .main-header li .iconfont {
    color: red;
    padding-right: 20px;
}

.header .main-header li:last-child {
    border-right: none;
}

.header .tradingview-widget-container:last-child {
    display: none;
}

.lb {
    position: relative;
}

.pc_imgBox {
    display: block;
    width: 100%;
    position: relative;
}

.pc_imgBox img {
    width: 100%;
    height: auto;
}

.carousel-indicators {
    margin-bottom: 0;
    bottom: 10px !important;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: none;
    margin: 0 7px;
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    background-color: #1378F0;
    margin: 0 7px;
    border: 1px solid #1378F0;
}

.main-body .carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    background-color: transparent;
    border: 1px solid #fff !important;
    border: none;
    margin: 0 5px;
    z-index: 99999;
}

.main-body .carousel-indicators .active {
    width: 10px !important;
    height: 10px !important;
    background-color: #fff;
    border: none;
    margin: 0px 5px;
}

.main-body {
    width: 100%;
}

.main-body ul {
    background-color: #F1F2F5;
}

.main-body li {
    float: left;
    width: 21.33%;
    height: 169px;
    margin: 0 2% 1.266% 0;
}

.main-body a {
    width: 100%;
    position: relative;
    display: block;
}

.main-body a img {
    width: 100%;
    height: 169px;
}

.main-body a p {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.80% 3.44%;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.46);
}

.main-body li:first-child {
    width: 30%;
    height: 358px;
    position: relative;
    display: block;
    margin-bottom: 0;
}

.main-body li:first-child .lunbo img {
    height: 358px;
}

.main-body li:first-child p {
    margin: 0;
    position: absolute;
    padding-bottom: 4.0%;
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #fff;
}

.main-body li:nth-of-type(4),
.main-body li:nth-of-type(7) {
    margin-right: 0px;
}

.main-body li:nth-of-type(n+4) {
    margin-bottom: 0;
}

.main-body .carousel-indicators {
    position: absolute;
    bottom: 10px;
    right: 5px;
    width: initial;
    left: initial;
}

.mobilebread {
    display: none;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    background-color: #fff;
    border: none;
    margin: 0px 5px;
}

.change {
    box-shadow: 3px 4px 16px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
    transition: all 0.4s;
}

/* 底部 */
.content {
    margin-bottom: 99px !important;
}

.content.ghbw1 {
    margin-bottom: 84px !important;
}

.content.zszx1 {
    margin-bottom: 59px !important;
}

.content.cjrl {
    margin-bottom: 0px !important;
}

.content.zxzt1 {
    margin-bottom: 63px !important;
}

.content.kx2 {
    margin-bottom: 74px !important;
}

.content.zsdpcontent {
    margin-top: 50px;
    margin-bottom: 45px !important;
}

.content .content-left {
    width: 73.316%;
    margin-top: 3.067%;
}

.content .zsdpleft {
    margin-top: 0 !important;
}

.content .zsdpleft .bread {
    display: none;
}

.content .zsdpright .khyhl {
    margin-top: 0px !important;
}

.content .zsdpleft .tradingview-widget-container,
.content .zsdpleft .tradingview-widget-container iframe {
    width: 100% !important;
    height: 1785px !important;
}

.content .content-left .alltitle {
    height: 30px;
    line-height: 30px;
}

.content .content-left .title,
.corTitle {
    color: #111111;
    font-size: 22px;
    font-weight: 400;
}

.content .content-left ul,
.corTitle {
    padding: 2.202% 0 2.202% 2.202%;
    background-color: #fff;
}

.content .content-left .gupiao-bot {
    width: 100%;
    margin-top: 1.56%;
}

.content .content-left .gupiao-bot li {
    width: 48.03%;
    padding-top: 5.067%;
    padding-bottom: 4.41%;
    box-sizing: border-box;
    border-bottom: 1px dashed #E4E4E4;
}

.content .content-left .gupiao-bot li:nth-of-type(1),
.content .content-left .gupiao-bot li:nth-of-type(2) {
    padding-top: 0px;
}

.content .content-left .gupiao-bot li:nth-of-type(5),
.content .content-left .gupiao-bot li:nth-of-type(6) {
    padding-bottom: 0;
    border-bottom: none;
}

.content .content-left .gupiao-bot li:nth-of-type(odd) {
    margin-right: 3.377%;
}

.content .content-left .gupiao-bot li a {
    display: block;
    width: 100%;
    height: 140px;
}

.content .content-left .ckgd {
    display: none;
}

.content .content-left .gupiao-bot .gp-img {
    width: 41.017%;
    height: 140px;
    margin-right: 4.492%;
}

.content .content-left .gupiao-bot .gp-img img {
    width: 100%;
    height: 140px;
}

.content .content-left .gupiao-bot .gp-right {
    width: 54.297%;
}

.content .content-left .gupiao-bot .gp-right a {
    width: 100%;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    height: initial;
}

.content .content-left .gupiao-bot .gp-right p:nth-of-type(1) {
    width: 95%;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content .content-left .gupiao-bot .gp-right p:nth-of-type(2) {
    width: 95%;
    font-size: 12px;
    font-weight: 400;
    color: #8a8a8a;
    line-height: 26px;
}

.content .content-left .gupiao-bot .gp-right p:nth-of-type(2) span:first-child {
    color: #8A8A8A;
    display: inline-block;
    padding-right: 4%;
}

.content .content-left .gupiao-bot .gp-right p:nth-of-type(2) span:nth-of-type(2) {
    display: inline-block;
    height: 10px;
    width: 1px;
    background-color: #DBDBDB;
    margin-bottom: -1px;
}

.content .content-left .gupiao-bot .gp-right p:nth-of-type(2) span:last-child {
    color: #bbbbbb;
    display: inline-block;
    padding-left: 3%;
}

.content .content-left .huangjin {
    width: 100%;
}

.content .content-left .hjwh {
    width: 48.624%;
    margin-top: 4.587%;
}

.content .content-left .hjwh .hjwh-main {
    margin-top: 3.962%;
    padding: 4.528% 4.528% 2.264% 4.528%;
    background-color: #fff;
}

.content .content-left .hjwh .hjwh-main .hjwh-top {
    position: relative;
    width: 100%;
    height: 232px;
}

.content .content-left .hjwh .hjwh-main .hjwh-top a {
    display: block;
}

.content .content-left .hjwh .hjwh-main .hjwh-top p a:hover {
    color: #fff !important;
}

.content .content-left .hjwh .hjwh-main .hjwh-top img {
    width: 100%;
    height: 232px;
}

.content .content-left .hjwh .hjwh-main .hjwh-top .kuaiping {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.46);
}

.content .content-left .hjwh .hjwh-main .hjwh-top .kuaiping a {
    display: block;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .content-left .hjwh .hjwh-main ul {
    padding: 2.905% 0 0 0;
    margin: 0;
}

.content .content-left .hjwh .hjwh-main li {
    padding: 2.489% 0;
}

.content .content-left .hjwh .hjwh-main li a {
    display: block;
    position: relative;
    padding-left: 4.356%;
    text-decoration: none;
    color: #111111;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .content-left .hjwh .hjwh-main li a::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #E98231;
}

.content .content-left .qqwh {
    margin-right: 0;
}

.content .content-left .zszx {
    margin-top: 4.587%;
}

.content .content-left .zszx ul {
    margin-top: 1.56%;
    padding-bottom: 2.202%;
}

.content .content-left .zszx ul li {
    width: 19.699%;
    margin-right: 6.285%;
    float: left;
    padding-bottom: 3.471%;
    box-sizing: border-box;
    border-bottom: 1px dashed #E4E4E4;
}

.content .content-left .zszx ul li a {
    display: block;
    width: 100%;
}

.content .content-left .zszx ul li .zszx-img {
    width: 100%;
    height: 140px;
}

.content .content-left .zszx ul li .zszx-img img {
    width: 100%;
    height: 140px;
}

.content .content-left .zszx ul li .zszx-bot {
    padding-top: 8px;
}

.content .content-left .zszx ul li .zszx-bot p {
    padding: 0;
    width: 100%;
    height: 62px;
    font-size: 16px;
    line-height: 28px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content .content-left .zszx ul li .zszx-bot p:last-child {
    width: 100%;
    font-size: 10px;
    height: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #bdbdbd;
    line-height: 1.2;
}

.content .content-left .zszx ul li:nth-of-type(4n+4) {
    margin-right: 0;
}

.content .content-left .zszx ul li:nth-of-type(n+5) {
    padding: 40px 0 0 0;
    border-bottom: none;
}

.content .content-left .zszx .zszxlb {
    display: none;
}

.content .content-left .kxsd {
    margin-top: 4.587%;
}

.content .content-left .kxsd .kxsd-title {
    height: 30px;
    line-height: 30px;
}

.content .content-left .kxsd .kxsd-title .title {
    line-height: 30px;
}

.content .content-left .kxsd .kxsd-title .time {
    padding-left: 8.62%;
    position: relative;
}

.content .content-left .kxsd .kxsd-title .time .kxsd-img {
    position: absolute;
    left: 21.865%;
    top: -2px;
    display: inline-block;
    width: 17px;
    height: 17px;
}

.content .content-left .kxsd .kxsd-title .time .kxsd-img img {
    width: 100%;
}

.content .content-left .kxsd .kxsd-title .time span:last-child {
    font-size: 16px;
    font-family: PingFangSC;
    color: #6b6b6b;
}

.content .content-left .kxsd .kxsd-bot:nth-of-type(2) {
    display: none;
}

.content .content-left .kxsd .kxsd-bot {
    margin-top: 1.927%;
    padding: 2% 0px 3.27% 2.111%;
}

.content .content-left .kxsd .kxsd-bot span {
    display: inline-block;
    width: 5.405%;
    vertical-align: top;
    padding-top: 1.969%;
    margin-right: 1.437%;
    color: #000000;
    font-size: 18px;
    line-height: 36px;
}

.content .content-left .kxsd .kxsd-bot li > span:first-child {
    font-weight: 600;
    font-style: oblique;
}

.content .content-left .kxsd .kxsd-bot a {
    display: inline-block;
    width: 91%;
    color: #222222;
    font-size: 16px;
    padding: 1.969% 4.218% 1.969% 0;
    border-bottom: 1px dashed #DFDFDF;
    text-decoration: none;
    line-height: 36px;
}

.content .content-left .kxsd .kxsd-bot a span {
    padding-top: 0;
    width: 100%;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
}

.content .content-left .kxsd .kxsd-bot a span:hover {
    color: #1378F0;
}

.content .content-left .kxsd .kxsd-bot li:first-child a,
.content .content-left .kxsd .kxsd-bot li:first-child span {
    padding-top: 0;
}

.content .content-left .kxsd .kxsd-bot li:last-child a {
    padding-bottom: 0;
    border-bottom: none;
}

.content .content-left .zxzt {
    margin-top: 4.587%;
}

.content .content-left .zxzt ul {
    margin-top: 1.744%;
    padding-top: 1.193%;
    padding-left: 2.202%;
    padding-bottom: 1.01%;
}

.content .content-left .zxzt li {
    width: 25%;
    float: left;
    padding: 1.28% 0;
}

.content .content-left .zxzt li a {
    width: 85%;
    display: block;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zsdpcontent .zsqs div:first-child {
    margin-top: 31px;
    margin-bottom: 21px;
}

.zsdpcontent .zsqs .zsqs-bot ul {
    padding: 2.936% 2.202%;
}

.zsdpcontent .zsqs .zsqs-bot ul li {
    width: 20%;
    height: 88px;
    float: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #F4F5F9;
}

.zsdpcontent .zsqs .zsqs-bot ul li.active a {
    color: #2076BF;
}

.zsdpcontent .zsqs .zsqs-bot ul li a {
    display: block;
    width: 100%;
    height: 86px;
    line-height: 86px;
    text-align: center;
    color: #0A0A0A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .content-left.zixun {
    margin-top: 0 !important;
}

.content .content-left.zixun .alltitle {
    margin-top: 3.518% !important;
}

.content .zixun .bread {
    display: none;
}

.content .content-left .zxztpage {
    width: 100% !important;
    margin-top: 0 !important;
}

.content .content-left .zxztpage .hjwh-main {
    margin-top: 1.482% !important;
    padding-top: 1.575% !important;
    padding-left: 2.202% !important;
    padding-right: 0 !important;
    padding-bottom: 1.297% !important;
}

.content .content-left .zxztpage .hjwh-main ul {
    padding-top: 7px;
    padding-bottom: 7px;
}

.content .content-left .zxztpage .hjwh-main ul li {
    padding-top: 1.3% !important;
    padding-bottom: 1.35% !important;
    width: 25% !important;
    float: left;
}

.content .content-left .zxztpage ul li a {
    padding-left: 6.13% !important;
    width: 85%;
    display: block;
}

.content .content-left .zxztpage ul li a::before {
    top: 8px !important;
    width: 6px !important;
    height: 6px !important;
}

.content .kxsecond {
    margin-top: 2.22%;
}

.bread {
    font-size: 18px;
    margin-bottom: 0.918%;
    padding: 0;
    background-color: #F1F2F5;
}

.bread .pic {
    width: 13px;
    height: 17px;
    margin-right: 6px;
    float: left;
}

.bread .pic img {
    width: 100%;
    height: 17px;
}

.bread .breadlist {
    line-height: 24px;
    float: left;
    color: #1378F0;
    font-size: 18px !important;
}

.bread .active {
    color: #737373 !important;
    font-size: 18px !important;
}

.bread .breadlist:nth-of-type(n+3)::before,
.bread .active::before {
    content: '/' !important;
    padding: 0 5px;
}

.bread .breadlist a {
    color: #1378F0;
}

.bread li.active a,
.bread li.active a:hover {
    color: #737373 !important;
}

.bread a {
    font-size: 18px;
}

.pagination {
    margin-top: 7.34%;
    margin-bottom: 3.762%;
    padding: 0 !important;
    margin-right: 2.111%;
}

.pagination > li {
    float: left;
    padding: 5px;
}

.pagination > li a {
    font-size: 14px;
    border: none;
    color: #606266;
}

.pagination > li > a,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #fff;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #fff;
    color: #1989FA;
}

.pagination > .page > a,
.pagination > .page > a:focus,
.pagination > .page > a:hover,
.pagination > .page > span,
.pagination > .page > span:focus,
.pagination > .page > span:hover {
    color: #606266 !important;
}

.pagination > .page {
    padding-left: 0;
    padding-right: 1px;
}

.pagination input {
    width: 60px !important;
    height: 28px !important;
    text-align: center;
}

.hotBanner, .newBanner {
    width: 100%;
}

.pagination.newPagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    margin: 0 !important;
    width: 100%;
    text-align: center;
}

.newPagination .swiper-pagination-switch {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.newPagination .swiper-active-switch {
    background: #007aff;
}

.pagination.hotPagination {
    position: absolute;
    z-index: 20;
    right: 5px;
    bottom: 6px;
    margin: 0 !important;
}

.hotPagination .swiper-pagination-switch {
    display: inline-block;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    border: 1px #fff solid;
    cursor: pointer;
}

.hotPagination .swiper-active-switch {
    background: #fff;
    border: 1px transparent solid;
}

.content .kxsecond .kxsecond-bot {
    background-color: #fff;
}

.content .kxsecond .title,
.corTitle {
    border-bottom: 1px solid #DBDBDB;
    padding: 0;
}

.content .zixun .title,
.content .zsdpleft .title,
.content .kxsecond .cjrltop {
    border: none;
}

.content .kxsecond .title li,
.corTitle li {
    float: left;
    height: 73px;
    text-align: center;
    margin: 0 2.401%;
    line-height: 73px;
}

.content .kxsecond .title li.active,
.corTitle li.active {
    border-bottom: 2px solid #1378F0;
    border-radius: 1px;
    box-sizing: border-box;
}

.content .kxsecond .title li a,
.content .kxsecond .title li .titlecontent,
.content .kxsecond .title li a .sectitle,
.corTitle li a {
    font-size: 18px;
    color: #666;
    line-height: 73px;
}

.content .kxsecond .title li.active a,
.content .kxsecond .title li.active a:hover,
.content .kxsecond .title li.active .titlecontent,
.content .kxsecond .title li.active a .sectitle,
.corTitle li.active a {
    color: #000 !important;
}

.content .kxsecond .title li.active .titlecontent {
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 600;
}

.content .kxsecond .title li:first-child {
    margin-left: 23px;
}

.content .kxsecond .date {
    padding: 1.102% 0;
    border-bottom: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 26px;
}

.content .kxsecond .date span {
    line-height: 36px;
}

.content .kxsecond .date .sousuo input {
    height: 36px;
    width: 185px;
    margin-right: 27px;
    border-radius: 18px;
    background-color: #F3F3F3;
    border: none;
    text-indent: 35px;
}

.content .kxsecond .date .sousuo {
    position: relative;
}

.content .kxsecond .date .sousuo .search {
    position: absolute;
    left: 13px;
    top: 9px;
    width: 14px;
    height: 14px;
}

.content .kxsecond .date .sousuo .search img {
    width: 100%;
    height: 14px;
}

.content .kxsecond .date a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 36px;
}

.content .kxsecond .date a img {
    width: 100%;
    height: 28px;
}

.content .kxsecond .kxsecond-bot .gptxkx {
    padding: 0 2.222%;
}

.content .kxsecond .kxsecond-bot .gptxkx li {
    position: relative;
    border-bottom: 1px solid #DBDBDB;
}

.content .kxsecond .kxsecond-bot .gptxkx .one {
    position: absolute;
    left: 0;
    top: 8px;
    display: inline-block;
    width: 5.819%;
    height: 24px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #1D1D1D;
    font-size: 16px;
    margin-right: 3.391%;
    border-radius: 2px;
}

.content .kxsecond .kxsecond-bot .gptxkx a {
    width: 91.306%;
    margin-left: 8.738%;
    display: block;
    margin-top: 2.497%;
    margin-bottom: 2.03%;
    line-height: 36px;
    font-size: 16px;
    color: #111111;
}

/* 资讯知识专题 */
.content .kxsecond .zxzszt ul {
    padding: 0 2.111% 0 2.202%;
}

.content .kxsecond .zxzszt ul li {
    width: 100%;
    padding: 3.51% 0 3.42% 0;
    border-bottom: 1px dashed #D8D8D8;
    box-sizing: border-box;
}

.content .kxsecond .zxzszt ul li a {
    display: block;
}

.content .kxsecond .zxzszt .zxzszt-img {
    width: 24.977%;
    height: 160px;
    margin-right: 3.548%;
}

.content .kxsecond .zxzszt .zxzszt-img img {
    width: 100%;
    height: 160px;
}

.content .kxsecond .zxzszt .zxzszt-right {
    width: 71.334%;
}

.content .kxsecond .zxzszt .zxzszt-right a:hover {
    color: #1378F0 !important;
}

.content .kxsecond .zxzszt .zxzszt-right a {
    width: 100%;
    height: initial;
    line-height: 34px;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 0.27%;
}

.content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(1) {
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 4.84%;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(n+1):hover,
.content .kxsecond .zxzszt a:hover {
    color: #666666 !important;
}

.content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(2) {
    font-size: 14px;
}

.content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(2) span:first-child {
    display: inline-block;
    padding: 2px;
    border: 1px solid #3090E9;
    color: #3090E9;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    margin-right: 0.538%;
}

.content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(2) span:nth-of-type(2) {
    color: #333;
}

.content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(2) span:nth-of-type(n+2) {
    padding: 0 5px;
}

.content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(2) span:last-child {
    padding: 0;
}

.content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(2) span:nth-of-type(n+3) {
    color: #8A8A8A;
}

.content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(2) img {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -4px;
}

.content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(2) span:last-child {
    color: #E40000;
    margin: 0;
}

.content .kxsecond .fenye {
    margin-top: 2.019%;
    margin-bottom: 1.744%;
}

.content .kxsecond .zxzszt .pagination {
    background-color: #F1F2F5;
}

.content .kxsecond .zxzszt .paginate_button {
    width: initial;
    border-bottom: none;
    background-color: #fff;
    margin-right: 10px;
    padding: 0;
}

.content .kxsecond .zxzszt .paginate_button a {
    height: initial;
}

/* 指数趋势终端页 */
.content .kxsecond .zsqszdy .marketCon {
    padding-top: 10px;
    margin: 0 2.202%;
}

.content .kxsecond .zsqszdy .marketCon * {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    text-indent: 2em;
}

.content .kxsecond .zsqszdy .marketCon p,
.content .kxsecond .zsqszdy .marketCon div,
.content .kxsecond .zsqszdy .marketCon section {
    margin-top: 10px;
    line-height: 28px;
}

.content .kxsecond .zsqszdy .marketCon div:first-child {
    margin-top: 10px;
    margin-bottom: 0;
}

.content .kxsecond .zsqszdy .gjzs {
    margin: 3.487% 2.202%;
}

.content .kxsecond .zsqszdy .gjzs .tradingview-widget-container,
.content .kxsecond .zsqszdy .gjzs .tradingview-widget-container #tradingview_e507d,
.content .kxsecond .zsqszdy .gjzs .tradingview-widget-container #tradingview_e507d div,
.content .kxsecond .zsqszdy .gjzs .tradingview-widget-container #tradingview_e507d div div,
.content .kxsecond .zsqszdy .gjzs .tradingview-widget-container #tradingview_e507d div div iframe {
    width: 100% !important;
    height: 570px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.content .kxsecond .zsqszdy .gjzs p {
    width: 100%;
    height: 688px;
    border: 1px solid #000;
    box-sizing: border-box;
}

.zsdpcontent .zsqs .zsqszd ul {
    padding-top: 3.12%;
    margin-bottom: 0;
}

.content .kxsecond .zsqszdy .zhgjzszt {
    padding: 1.285% 0 0.459% 2.202%;
}

.content .kxsecond .zsqszdy .zhgjzszt ul {
    padding: 0;
    padding-bottom: 0.939%;
}

.content .kxsecond .zsqszdy .zhgjzszt ul li {

    width: 25%;
    float: left;
}

.content .kxsecond .zsqszdy .zhgjzszt ul a {
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
}

/* 股黄白外专题 */
.content .kxsecond .zsqszdy .ghbwzt ul li {
    padding: 1.327% 0;
}

.content .kxsecond .zsqszdy .zhgjzszt ul li {
    padding: 1.554% 0;
}

.mobilezxzszt {
    display: none;
}

.content .kxsecond .zsqszdy .ghbwzt ul a {
    font-size: 16px;
    width: 95.685%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .kxsecond .ghbw {
    margin-top: 3.028%;
    margin-bottom: 2.753%;
}

.content .kxsecond .mobileghbw {
    display: none;
}

/* 专题页 */
.content .kxsecond .gpns {
    padding: 4.312% 4.221% 1.744% 4.312%;
}

.content .kxsecond .gpns div {
    display: block;
    width: 100%;
    padding: 1.806% 1.806% 1.806% 2.107%;
    line-height: 34px;
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    background-color: #ECF2F7;
}

.content .kxsecond .gpjszx {
    padding: 4.771% 4.221% 3.028% 4.312%;
}

.content .kxsecond .gpjszx li {
    margin-right: 6.62%;
    float: left;
    width: 28.887%;
}

.content .kxsecond .gpjszx li a {
    display: block;
}

.content .kxsecond .gpjszx li:nth-of-type(3n) {
    margin-right: 0px;
}

.content .kxsecond .gpjszx li:nth-of-type(n+4) {
    margin-top: 4.815%;
}

.content .kxsecond .gpjszx .gpnszx-img {
    width: 100%;
    height: 178px;
    margin-bottom: 6.254%;
}

.content .kxsecond .gpjszx .gpnszx-img img {
    width: 100%;
    height: 178px;
}

.content .kxsecond .gpjszx p {
    font-size: 18px;
    color: #000;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .kxsecond .gpnszs {
    padding-top: 4.588%;
    padding-bottom: 4.496%;
}

.content .kxsecond .gpnszs li:nth-of-type(n+4) {
    margin-top: 6.42%;
}

.content .kxsecond .gpnszs .gpnszx-img {
    margin-bottom: 0;
    position: relative;
}

.content .kxsecond .gpnszs .gpnszx-img p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 34px;
    padding-top: 5px;
    padding-left: 7px;
    font-size: 16px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.content .kxsecond .title .riqi span {
    font-size: 16px;
    color: #6B6B6B;
}

.content .kxsecond .gpnskx {
    padding: 5.138% 4.312% 0px 4.312%;
}

.content .kxsecond .gpnskx li {
    position: relative;
}

.content .kxsecond .gpnskx li .two {
    position: absolute;
    padding: 1px 8px;
    background-color: #1378F0;
    font-size: 16px;
    color: #fff;
    left: 0;
    top: 6px;
    border-radius: 4px;
}

.content .kxsecond .gpnskx li a {
    display: block;
    width: 92.972%;
    margin-left: 7.33%;
    line-height: 36px;
    color: #222222;
    font-size: 16px;
    margin-bottom: 2.31%;
}

.content .kxsecond .gpnszt {
    padding: 3.028% 3.303% 5.505% 4.312%;
}

.content .kxsecond .gpnszt li {
    width: 25%;
    float: left;
}

.content .kxsecond .gpnszt li a {
    display: block;
    width: 90%;
    font-size: 16px;
    color: #000;
    padding: 12.8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 资讯详情 */
.xiangqing {
    padding: 0 6.973%;
}

.content .kxsecond .article h1 {
    width: 100%;
    text-align: center;
    padding-top: 4.585%;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
}

.content .kxsecond .article .arcinfo {
    text-align: center;
    padding-top: 1.706%;
    padding-bottom: 2.026%;
    line-height: 36px;
    color: #AEAEAE;
}

.content .kxsecond .article .arcinfo span:last-child {
    color: #E40000;
}

.content .kxsecond .article .artcon img {
    max-width: 100% !important;
    height: auto;
    margin: 0 auto;
    text-indent: 0;
    display: block !important;
}

.content .kxsecond .article .arcinfo img {
    margin-left: 1.6%;
    margin-right: 0.214%;
    width: 16px !important;
    height: 16px !important;
    margin-top: -4px;
    display: inline-block !important;
}

.content .kxsecond .article .artcon .mbp {
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 3.8%;
    text-indent: 2.986%;
}

.content .kxsecond .article .artcon,
.content .kxsecond .article .artcon * {
    font-family: PingFang SC, Microsoft YaHei, Hiragino Sans GB, Helvetica, Heiti SC, sans-serif !important;
    font-size: 16px !important;
    line-height: 30px !important;
    color: rgba(0, 0, 0, 1);
}

.content .kxsecond .article .artcon {
    text-indent: 32px !important;
}

.content .kxsecond .article .artcon div,
.content .kxsecond .article .artcon p,
.content .kxsecond .article .artcon section {
    margin-bottom: 10px;
    text-indent: 32px !important;
}

.content .kxsecond .article .fenxiang {
    margin-top: 6.199%;
    margin-bottom: 10.235%;
    width: 100%;
}

.content .kxsecond .article .fenxiang span {
    font-size: 16px;
    color: #686868;
    float: left;
    padding-top: 10px;
}

.content .kxsecond .article .fenxiang .fx-right div {
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 11px;
    border-radius: 38px;
    position: relative;
}

.content .kxsecond .article .fenxiang .fx-right div img {
    width: 100%;
    height: 38px;
}

.content .kxsecond .article .fenxiang .fx-right div .ewm {
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 40px;
    left: -100%;
    background-color: #F4F4F4;
    border-radius: 0 !important;
    text-align: center;
    line-height: 120px;
}

.content .kxsecond .article .fenxiang .fx-right .wx:hover .ewm,
.content .kxsecond .article .fenxiang .fx-right .wx:focus .ewm,
.content .kxsecond .article .fenxiang .fx-right .wx:active .ewm,
.content .kxsecond .article .fenxiang .fx-right .wx:hover .ewm .qrcode,
.content .kxsecond .article .fenxiang .fx-right .wx:focus .ewm .qrcode
.content .kxsecond .article .fenxiang .fx-right .wx:active .ewm .qrcode {
    display: block !important;
}

.content .kxsecond .article .fenxiang .fx-right div .ewm img {
    width: 100px;
    height: 100px;
}

.content .kxsecond .article .pre {
    padding-bottom: 22px;
}

.content .kxsecond .article .pre a {
    color: #357CFD;
    font-size: 16px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .kxsecond .article .pre span {
    color: #666666;
    font-size: 16px;
}

.content .kxsecond .article .next {
    display: block;
    padding-bottom: 13.346%;
}

.content .kxsecond .whzs {
    width: 100%;
    height: 44px;
    background-color: #F4F4F4;
    line-height: 44px;
    margin-bottom: 1.6%;
}

.content .kxsecond .whzs .whzs-img {
    margin-left: 0.853%;
    width: 30px;
    height: 30px;
}

.content .kxsecond .whzs .whzs-img img {
    width: 100%;
    height: 30px;
}

.content .kxsecond .whzs h2 {
    margin: 0;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    line-height: 44px;
}

.content .kxsecond .whzs-bot {
    padding-bottom: 25.6%;
}

.content .kxsecond .whzs-bot ul {
    padding: 0px;
}

.content .kxsecond .whzs-bot ul li {
    padding: 1.6% 0;
    float: left;
    width: 50%;
}

.content .kxsecond .whzs-bot ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 指数资讯一级 */
.content .kxsecond .kxsd {
    display: none;
}

.content .kxsecond .zszxonetitle .alltitle {
    margin-bottom: 1.468%;
}

.content .kxsecond .zszxonetitle .title {
    border: none !important;
}

.content .content-left .zszxonetitle:last-child {
    margin-bottom: 0px;
}

.content .kxsecond .zszxone ul {
    padding: 2.202% 1.835% 2.386% 2.202%;
}

.content .content-left .zxztpage .zszxone ul li:first-child {
    width: 41.109%;
    margin-right: 3.633%;
}

.content .content-left .zxztpage .zszxone ul li a {
    width: 100%;
}

.content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img {
    width: 100%;
    height: 280px;
    margin-bottom: 2.094%;
}

.content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img img {
    width: 100%;
    height: 280px;
}

.content .content-left .zxztpage .zszxone .zszxone-bot p:first-child, .content .content-left .zxztpage .zszxone .zszxone-bot a {
    width: 100%;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 36px;
    font-size: 18px;
    margin-bottom: 2.094%;
}

.content .content-left .zxztpage .zszxone .zszxone-bot a:hover {
    color: #1378F0 !important;
}

.content .content-left .zxztpage .zszxone li:last-child {
    width: 54.494%;
}

.content .content-left .zxztpage .zszxone li:last-child .zszxone-bot a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content .content-left .zxztpage .zszxone .zszxone-bot p:nth-of-type(1) {
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.content .content-left .zxztpage .zszxone ul li a {
    padding-left: 0 !important;
}

.content .kxsecond .zxztpage .zszxone .zszxone-bot {
    border-bottom: 1px dashed #E0E0E0;
}

.content .kxsecond .zxztpage .zszxone .zszxone-bot:last-child {
    border: none;
}

.content .kxsecond .zxztpage .zszxone .zszxone-bot p:nth-of-type(2) {
    padding-bottom: 2.281%;
    padding-top: 2px;
}

.content .kxsecond .zxztpage .zszxone .zszxone-bot p:nth-of-type(2) span:first-child {
    display: inline-block;
    padding: 2px;
    border: 1px solid #3090E9;
    color: #3090E9;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    margin-right: 0.702%;
}

.content .kxsecond .zxztpage .zszxone .zszxone-bot p:nth-of-type(2) span:nth-of-type(2) {
    color: #333;
}

.content .kxsecond .zxztpage .zszxone .zszxone-bot p:nth-of-type(2) span:nth-of-type(n+2) {
    padding: 0 5px;
    font-size: 14px;
}

.content .kxsecond .zxztpage .zszxone .zszxone-bot p:nth-of-type(2) span:nth-of-type(3) {
    padding: 0;
}

.content .kxsecond .zxztpage .zszxone .zszxone-bot p:nth-of-type(n+1):hover,
.content .kxsecond .zszxone a:hover {
    color: rgba(51, 51, 51, 1) !important;
}

.content .kxsecond .zszxone p:nth-of-type(2) span:nth-of-type(n+3) {
    color: #999;
}

.content .content-left .zxztpage .zszxone ul li:last-child .zszxone-bot:nth-of-type(n+2) {
    padding-top: 3.334%;
}

.content .content-left .zxztpage .zszxone ul li:first-child .zszxone-bot p:nth-of-type(n+1) {
    width: 100% !important;
}

.content .content-left .zxztpage .zszxone ul li:first-child .zszxone-bot p, .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-bot a {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.content .content-left .zxztpage .zszxone ul li:first-child .zszxone-bot p:nth-of-type(1) {
    -webkit-line-clamp: 3;
}

.content .kxsecond .zxztpage .zhishuzhishi {
    padding-bottom: 2.294%;
}

.content .kxsecond .zxztpage .zhishuzhishi li {
    width: 50%;
    height: 120px;
}

.content .kxsecond .zxztpage .zhishuzhishi li .zhis {
    width: 92%;
}

.content .content-left .zxztpage .zhishuzhishi li a {
    display: block;
    height: 100%;
    padding-left: 0 !important;
    width: 92%;
}

.content .kxsecond .zxztpage .zhishuzhishi li:nth-of-type(n+3) {
    margin-top: 3.753% !important;
}

.content .kxsecond .zxztpage .zhishuzhishi .zhishu-img {
    width: 39.772%;
    height: 120px;
    margin-right: 3.378%;
}

.content .kxsecond .zxztpage .zhishuzhishi .zhishu-img img, .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img a {
    width: 100%;
    height: 120px;
}

.content .kxsecond .zxztpage .zhishuzhishi .zhishu-right {
    width: 56.821%;
}

.content .kxsecond .zxztpage .zhishuzhishi .zhishu-right p:last-child {
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.content .kxsecond .zxztpage .zhishuzhishi .zhishu-right a p:first-child {
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 36px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.content .kxsecond .zxztpage .time {
    margin-left: 21px;
}

.content .kxsecond .zxztpage .time img {
    margin-top: -3px;
}

.content .content-left .zxztpage .zhishukuaixun {
    padding: 3.395% 2.202% 1.744% 2.202%;
}

.content .content-left .zxztpage .zhishukuaixun li {
    width: 100%;
}

.content .content-left .zxztpage .zhishukuaixun li a {
    padding-left: 0 !important;
    width: 93%;
}

.content .kxsecond .zhishukuaixun li a {
    margin-bottom: 1.994%;
}

.content .content-left .zxztpage .zhishuqushione {
    width: 48.624%;
}

.content .content-left .zxztpage .zhishuqushione p {
    font-weight: 400;
    color: rgba(80, 80, 80, 1);
    font-size: 16px;
    margin-bottom: 3.399%;
}

.content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
    width: 100%;
    height: 477px !important;
}

.content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
.content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
    width: 100%;
    height: 477px;
}

.content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
.content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
.content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
.content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
.content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
.content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
    width: 100% !important;
    height: 477px !important;
}

.content .content-right .gpzt,
.content .content-right .zsdpxt,
.content .content-right .mobilekuaixun {
    display: none;
}

.content .content-right .contentr-bot .zszxzhuanti {
    padding-bottom: 7.968% !important;
}

.content .content-right {
    width: 25.334%;
}

.content .content-right .khyhl {
    display: block;
    margin-top: 24.445%;
    width: 100%;
    height: 410px;
}

.content .content-right .khyhl img {
    width: 100%;
    height: 410px;
}

.content .content-right .contentr-bot {
    margin-top: 8.158%;
    width: 100%;
}

.content .content-right .contentr-bot .mobilehot {
    display: none;
}

.content .content-right .contentr-bot .hot-title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #3F94EF;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    padding-left: 5.527%;
}

.content .zixunright .contentr-bot .hot .zxkc {
    padding-right: 4.78% !important;
    padding-bottom: 6.375% !important;
}

.content .zixunright .contentr-bot .hot .zxkc li .count {
    margin-right: 5.08% !important;
    margin-top: 3.75% !important;
    margin-bottom: 3.75% !important;
}

.content .zixunright .contentr-bot .hot .zxkc li .ms {
    padding-top: 4.45% !important;
    padding-bottom: 4.45% !important;
    width: 88% !important;
}

.content .zixunright .contentr-bot .hot .zxkc li .ms span:first-child {
    width: 72.085%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .zixunright .contentr-bot .hot .zxkc li .ms span:last-child {
    font-size: 12px !important;
    float: right;
    color: #9E9E9E !important;
    padding-top: 0.8%;
}

.content .zixunright .contentr-bot .kuaixun .kx {
    padding: 0 6.905% 2.125% 7.17%;
}

.content .zixunright .contentr-bot .kuaixun .kx li {
    height: 78px;
    border-bottom: 1px dashed #ccc;
}

.content .zixunright .contentr-bot .kuaixun .kx li:last-child {
    border: none;
}

.content .zixunright .contentr-bot .kuaixun .kx li a {
    display: block;
    font-size: 14px;
}

.content .zixunright .contentr-bot .kuaixun .kx li a p:first-child,
.content .zixunright .contentr-bot .kuaixun .kx li a p:first-child:hover {
    padding-top: 15px;
    color: #000000 !important;
    font-size: 13px;
    -webkit-text-stroke: 1px rgba(59, 59, 59, 1);
    text-stroke: 1px rgba(59, 59, 59, 1);
    font-style: oblique;
}

.content .zixunright .contentr-bot .kuaixun .kx li a p:last-child {
    padding: 10px 0;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .zixunright .contentr-bot .kuaixun .kx li a p:last-child:hover {
    color: #3F94EF !important;
}

.introduce {
    display: none;
}

.content .content-right .contentr-bot .hot .zhuanti {
    padding-top: 4.527% !important;
    padding-left: 6.905% !important;
    padding-right: 7.7% !important;
    padding-bottom: 1.328% !important;
}

.content .content-right .contentr-bot .hot .zhuanti li {
    border-bottom: 1px dashed #DDDDDD;
    box-sizing: border-box;
}

.content .content-right .contentr-bot .hot .item1 li:last-child {
    border: none;
}

.content .content-right .contentr-bot .hot .item1 li .hotzt {
    font-size: 20px !important;
    font-weight: 600;
    color: rgba(0, 0, 0, 1) !important;
    background-color: #fff !important;
    font-style: oblique;
}

.content .content-right .contentr-bot .hot .item1 li .huise {
    color: #C0C0C0 !important;
}

.content .content-right .contentr-bot .hot .zhuanti li .ms {
    padding-bottom: 8.3% !important;
    width: 84.57% !important;
}

.content .content-right .contentr-bot .hot .item1 {
    width: 100%;
    padding: 3.158% 6.316% 4.211% 5%;
}

.content .content-right .contentr-bot .hot .item1 li .count {
    float: left;
    margin: 4.75% 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #F26215;
    border-radius: 2px;
    margin-right: 8.806%;
}

.content .content-right .contentr-bot .hot .item1 li .hui {
    background-color: #c6c6c6;
}

.content .content-right .contentr-bot .hot .item1 li .ms {
    float: left;
    width: 83.592%;
    padding: 4.55% 0;
    color: #222222;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
}

.content .content-right .contentr-bot .tuijian .item2 {
    width: 100%;
    padding: 7.895% 6.316% 8.948% 5.264%;
}

.content .content-right .contentr-bot .zsdpitem {
    padding: 6.58% 6.316% 6.58% 7.369%;

}

.content .content-right .contentr-bot .zsdpitem li {
    padding: 6.58% 0;
    border-bottom: 1px dashed #DDDDDD;
}

.content .content-right .contentr-bot .zsdpitem li:first-child {
    padding-top: 0;
}

.content .content-right .contentr-bot .zsdpitem li:last-child {
    padding-bottom: 0;
}

.content .content-right .contentr-bot .zsdpitem li a {
    color: #222222;
    font-size: 14px;
}

.content .content-right .contentr-bot .zsdpitem li:last-child {
    border-bottom: none;
}

.content .content-right .contentr-bot .tuijian .item2 div {
    float: left;
    margin-right: 2.977%;
    width: 14.584%;
}

.content .content-right .contentr-bot .tuijian .item2 div img {
    width: 100%;
}

.content .content-right .contentr-bot .tuijian .item2 li {
    padding-top: 10.417%;
    padding-bottom: 9.227%;
    border-bottom: 1px dashed #d3d3d3;
}

.content .content-right .contentr-bot .tuijian .item2 li:first-child {
    padding-top: 0;
}

.content .content-right .contentr-bot .tuijian .item2 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.content .content-right .contentr-bot .tuijian .item2 li .ms {
    float: left;
    width: 82.441%;
    font-size: 14px;
    text-decoration: none;
    height: 52px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
}

.content .content-right .contentr-bot .tuijian .zsdpitem li .ms {
    height: 26px !important;
}

.content .content-right .contentr-bot .zsxt .item3 {
    padding: 9.737% 7.369% 11.316% 7.369%;
}

.content .content-right .contentr-bot .zsxt .item3 li {
    padding-top: 41px;
}

.content .content-right .contentr-bot .zsxt .item3 li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
}

.content .content-right .contentr-bot .zsxt .item3 li a:hover {
    color: #fff !important;
}

.content .content-right .contentr-bot .zsxt .item3 li div {
    width: 100%;
    height: 180px;
}

.content .content-right .contentr-bot .zsxt .item3 li div img {
    width: 100%;
    height: 180px;
}

.content .content-right .contentr-bot .zsxt .item3 li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 3.159%;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .content-right .contentr-bot .zsxt .item3 li:first-child {
    padding-top: 0;
}

.content.cjrl {
    margin-bottom: 0;
}

.content.cjrl .bread,
.content.cjrl .content-right {
    display: none;
}

.cjrl .title h1 {
    margin-top: 2.854% !important;
    margin-bottom: 1.202%;
    font-size: 22px;
    color: #111111;
}

.cjrl .cjrl-bot {
    width: 100%;
    /*height: 1996px;*/
    /*margin-bottom: 5.407%;*/
}

.cjrl .cjrl-bot .tradingview-widget-container,
.cjrl .cjrl-bot .tradingview-widget-container iframe {
    width: 100% !important;
    height: 1996px !important;
}

.cjrl .cjrl-bot .cj_calendar {
    margin-bottom: 5.407%;
    padding: 12px;
    width: 100%;
    height: auto;
    background: #fff;
}

.cjrl .cjrl-bot .cj_calendar .fxs_c_ecocal {
    max-width: 100% !important;
}

.cjrl .cjrl-bot .fxs_widget .fxs_btn.fxs_btn_xsmall {
    font-size: 14px !important;
}

.mobilefy {
    display: none;
}

.content .zixunright .khyhl {
    margin-top: 22.305% !important;
}

.content .kxsecond-right .khyhl {
    margin-top: 9.56% !important;
}

.account {
    display: none;
}

.footer {
    width: 100%;
    background: #333333;
}

.footer .footer-top {
    margin: 0 auto;
    height: 180px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 325px;
}

.footer .footer-top .list {
    margin-right: 78px;
    margin-top: 5px;
}

.footer .footer-top .list p {
    width: 72px;
    height: 24px;
    font-size: 18px;
    font-family: Helvetica;
    color: #d6d6d6;
    line-height: 22px;
    position: relative;
}

.footer .footer-top .list p::before {
    content: '';
    position: absolute;
    left: -28px;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url('/template/images/icon1.png');
    overflow: hidden;
}

.footer .footer-top .list:nth-of-type(3) {
    margin-right: 223px;
}

.footer .footer-top .list:nth-of-type(2) p::before {
    background-image: url('/template/images/icon2.png');
}

.footer .footer-top .list:nth-of-type(3) p::before {
    background-image: url('/template/images/icon3.png');
}

.footer .footer-top ul {
    background-color: #333333;
    margin-top: 14px;
}

.footer .footer-top ul li {
    padding: 10px 0;
}

.footer .footer-top ul li a {
    font-size: 14px;
}

.footer .footer-top .foo-right {
    text-align: left;
}

.footer .footer-top .foo-right p {
    color: #D6D6D6;
    margin-bottom: 10px;
}

.footer .footer-top .foo-right p span {
    width: 90px;
    height: 40px;
    font-size: 18px;
    font-family: Helvetica;
    color: #d6d6d6;
    line-height: 40px;
}

.footer .footer-top .foo-right p span:last-child {
    width: 169px;
    font-size: 24px;
    font-family: Helvetica;
    color: #d6d6d6;
    line-height: 19px;
}

.footer .footer-top .foo-right p:nth-of-type(n+2) {
    width: 283px;
    margin-bottom: 0px;
    font-family: Helvetica;
    color: #9b9b9b;
    padding: 10px 0;
}

.footer .footer-top .foo-right p:nth-of-type(n+2) span {
    font-size: 14px;
    line-height: 1.2;
}

.footer .copyright {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #1A1A1A;
}

.footer .copyright div {
    text-align: center;
}

.footer .copyright p {
    font-size: 12px;
    font-family: Helvetica;
    color: #9b9b9b;
}

/*.footer .copyright p > a:first-child {*/
/*    display: none;*/
/*}*/

.footer .copyright a {
    font-size: 12px;
    color: #9b9b9b;
}

.serbox {
    width: 100%;
    padding: 20px 0;
    background: #fff;
}

.serbox .sertitle {
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.searList {
    padding: 0 20px;
}

.searList li {
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}

.searList li .serdate {
    background: #2384d5;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    float: left;
    padding-top: 10px;
    text-align: center;
    font-size: 30px;
    width: 70px;
    font-weight: bold;
}

.searList li .serdate em {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: #eee;
    margin-top: 7px;
    color: #888;
}

.searList li div {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.searList li div a {
    display: block;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.searList li .serdesc {
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dataTables_paginate.paging_simple_numbers {
    text-align: center;
}

.srpagelist .pagination {
    margin: 30px auto 10px auto;
}

.footlinks {
    padding: 30px 0 40px 0;
}

.foot_logo {
    margin-top: 26px;
    margin-right: 90px;
    width: 154px;
}

.foot_logo a {
    display: block;
    width: 154px;
}

.foot_logo a > img {
    width: 180px;
    height: auto;
    vertical-align: middle;
}

.fotliks {
    position: relative;
    margin: 0 60px;
    width: 136px;
    background: transparent;
}

.fotliks > li > a {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #ddd;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
}

.fotliks > li > a:hover {
    text-decoration: underline !important;
    color: #fff !important;
}

.fotliks > li.hdli {
    margin-bottom: 16px;
    border-bottom: 1px #666 dashed;
}

.fotliks > li.hdli > a {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 3px;
}

.fotliks > li.hdli > a:hover {
    text-decoration: none !important;
}

/* 学习资料 */
.studyCon {
    padding-top: 48px;
    padding-bottom: 225px;
}

.course {
    background: #fff;
}

.corList {
    padding-bottom: 64px;
    margin-left: -6px;
    margin-right: -6px;
    overflow: hidden;
}

.corList .corcon {
    padding: 36px 31px;
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.corList .corimg {
    width: 100%;
    height: 348px;
}

.corList .corimg img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.corList .corname {
    margin-top: 30px;
    font-family: PingFang-SC;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.corList .corname a {
    color: #333333;
}

.corList .cordes {
    margin-top: 12px;
    font-family: PingFang-SC;
    height: 84px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.corList .corbtn {
    margin-top: 23px;
    display: inline-block;
    width: 100px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-family: PingFang-SC-Bold;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    background-color: #3F94EF;
    border-radius: 8px;
}

.corList .corbtn:hover {
    color: #ffffff !important;
    background-color: #1276f0;
}

.curMes .content .content-left {
    margin-top: 0;
}

.curMes {
    padding-top: 48px;
    padding-bottom: 205px;
}

.curMes .content {
    margin-bottom: 0 !important;
}

.meancon {
    padding: 34px 40px 120px 40px;
    background: #fff;
}

.meanTitle {
    font-family: PingFang-SC;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    color: #333333;
}

.meanbox {
    margin-top: 28px;
}

.meanbox > div {
    float: left;
}

.meancon .meaning {
    margin-left: 9px;
    width: 42.18%;
    height: 460px;
}

.meancon .meaning img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.meancon .meandes {
    margin-left: 35px;
    width: 52.21%;
}

.meancon .onetitle {
    margin-top: 33px;
    font-family: PingFang-SC;
    font-size: 50px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 0px;
    color: #3f94ef;
}

.meancon .twotitle {
    margin-top: 10px;
    font-family: PingFang-SC;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #3f94ef;
    line-height: 56px;
}

.meancon .threetitle {
    margin-top: 25px;
    font-family: PingFang-SC;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    color: #3f94ef;
}

.meanform {
    margin-top: 82px;
    width: 100%;
}

.formRow {
    margin-bottom: 8px;
    float: left;
    width: 45.4%;
}

.formRow .errTit {
    color: red;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: right;
}

.formRow .errTit > label {
    width: 100%;
    color: red;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.meanform .formRow:nth-child(2n) {
    margin-left: 9%;
}

.formRow label {
    width: 122px;
    font-family: PingFang-SC;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #333333;
    text-align: right;
}

.formRow .fm-input {
    padding-left: 23px;
    padding-right: 8px;
    width: 65.37%;
    height: 60px;
    font-family: PingFang-SC;
    font-size: 22px;
    color: #333;
    background-color: #f1f2f6;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
}

.formRow .fm-input::placeholder {
    color: #999;
}

.formRow .fm-input::-webkit-input-placeholder {
    color: #999;
}

.formRow .fm-input:-moz-placeholder {
    color: #999;
}

.formRow .fm-input::-moz-placeholder {
    color: #999;
}

.formRow .fm-input:-ms-input-placeholder {
    color: #999;
}

.formRow .fm-select {
    padding-left: 23px;
    width: 65.37%;
    height: 60px;
    font-family: PingFang-SC;
    font-size: 22px;
    color: #333333;
    background-color: #f1f2f6;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
}

.subbox {
    text-align: center;
}

.subbox button {
    margin-top: 100px;
    width: 400px;
    height: 50px;
    font-family: PingFang-SC;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background: rgba(63, 148, 239, 1);
    border-radius: 2px;
    border: 0;
    outline: 0;
}

.subbox button:hover {
    background: #1276f0;
}

.meanOutline {
    margin-top: 85px;
    line-height: 48px;
    text-align: center;
}

.meanOutline .mtline {
    display: inline-block;
    margin-bottom: 12px;
    width: 336px;
    height: 8px;
    background: url('/template/images/gy1.png');
    background-size: 100% 100%;
}

.meanOutline .mtname {
    display: inline-block;
    padding: 0 57px;
    font-family: PingFang-SC;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.0;
    color: #333333;
}

.meanlist {
    padding: 0 !important;
}

.meanlist li {
    padding: 55px 14px 0 14px;
    float: left;
    width: 37%;
}

.meanlist li:first-child {
    padding-left: 0;
    width: 31.5%;
}

.meanlist li:last-child {
    padding-right: 0;
    width: 31.5%;
}

.meanlist li .menimg {
    margin: 0 auto;
    width: 73px;
    height: 63px;
    line-height: 63px;
    text-align: center;
}

.meanlist li .menimg img {
    max-width: 73px;
    max-height: 63px;
    text-align: center;
    vertical-align: middle;
}

.meanlist li .mentitle {
    margin-top: 33px;
    font-family: PingFang-SC;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #333333;
    text-align: center;
}

.meanlist li .mendes {
    margin-top: 17px;
    font-family: PingFang-SC;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #666666;
    text-align: center;
}

.material {
    background: #fff;
}

.material .hot-title {
    width: 100%;
    padding-left: 26px;
    height: 46px;
    line-height: 46px;
    font-family: PingFang-SC;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background-color: #3f94ef;
}

.materlist {
    padding: 10px 10px 92px 26px;
}

.materlist li {
    padding: 12px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.materlist li a {
    font-family: PingFang-SC;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #666666;
}

.materlist li a:hover {
    color: #3f94ef;
}

/*学习资料内容页*/
.titpar {
    margin: 65px 0 43px 0;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 700;
    color: rgba(63, 148, 239, 1);
    line-height: 22px;
}

.tabHeads {
    width: 100%;
    padding: 0 !important;
}

.tabHeads > .tabhead {
    float: left;
    width: 33.33333%;
    height: 56px;
    text-align: center;
    font-size: 16px;
    list-style: none;
    line-height: 55px;
    border-bottom: 1px solid #C5C5C5;
}

.tabHeads > .tabhead a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #666666;
}

.tabHeads > .tabhead.active {
    color: #1378F0;
    border: 1px solid #C5C5C5;
    border-top: 3px solid #3F94EF;
    border-bottom: none;
    border-radius: 1px;
    line-height: 49px;
    box-sizing: border-box;
}

.tabHeads > .tabhead.active a {
    color: #3F94EF;
}

.tabBodys .tabbody {
    padding: 75px 0 25px 0;
    display: none;
}

.tabBodys .tabbody.active {
    display: block;
}

.formTd {
    margin-bottom: 15px;
    position: relative;
    float: left;
    width: 33.333333%;
    height: 50px;
    color: #666666;
    font-size: 18px;
    text-align: left;
    line-height: 25px;
    vertical-align: top;
    overflow: hidden;
}

.formTd > input {
    margin: 2px 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.formTd > span {
    position: absolute;
    left: 24px;
    display: inline-block;
    cursor: pointer;
}

.checkbox-icon {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: solid 1px #979797;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
    text-align: center;
    background: #fff;
    cursor: pointer;
    z-index: 10;
}

.checkbox-icon:before {
    display: none;
}

.checkbox-icon:hover {
    border-color: #1276f0;
    color: #fff;
}

.check-ok .checkbox-icon {
    border-color: #1276f0 !important;
    background-color: #1276f0;
    color: #fff;
}

.check-ok .checkbox-icon:before {
    display: block;
}

.formZoom {
    width: 100%;
}

.formZoom .formLine {
    margin-bottom: 16px;
    float: left;
    width: 47.5%;
}

.formZoom .formLine:nth-of-type(2n) {
    margin-left: 5%;
}

.formLine > label {
    margin-bottom: 0;
    width: 21%;
    font-family: PingFang-SC;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 42px;
    text-align: right;
}

.formLine > label > span {
    color: #E51111;
}

.formLine > .fm-input, .formLine > .fm-select {
    padding-left: 12px;
    width: 77%;
    height: 42px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid rgba(214, 219, 231, 1);
}

.formLine .fm-input::placeholder {
    color: #C5C5C5;
}

.formLine .fm-input::-webkit-input-placeholder {
    color: #C5C5C5;
}

.formLine .fm-input:-moz-placeholder {
    color: #C5C5C5;
}

.formLine .fm-input::-moz-placeholder {
    color: #C5C5C5;
}

.formLine .fm-input:-ms-input-placeholder {
    color: #C5C5C5;
}

.formCon .errTit {
    margin-left: 24%;
    color: red;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
}

.formCon1 .errTit {
    margin-left: 0 !important;
}

.formCon .errTit > label {
    width: 100%;
    color: red;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

@media only screen and (max-width: 1900px) {
    .content .content-right .khyhl,
    .content .content-right .khyhl img {
        height: 400px;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1768px !important;
    }

    .content .zixunright .contentr-bot .hot .zxkc li .ms {
        width: 87% !important;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        width: 83.57% !important;
    }

    .pagination {
        margin-top: 7%;
        margin-bottom: 3%;
        padding: 0 !important;
    }

    .content .kxsecond .zxzszt a {
        width: 24.977%;
        margin-right: 3.548%;
    }

    .content .kxsecond .zxzszt .zxzszt-img {
        width: 100%;
    }

    .content .kxsecond .zxzszt .zxzszt-img img {
        width: 100%;
        height: 159px;
    }

    .content .kxsecond .zxzszt .zxzszt-right {
        width: 71.334%;
    }

    .content .kxsecond .zxzszt .zxzszt-right a {
        line-height: 34px;
        font-size: 18px;
        font-weight: 700;
        color: #222222;
        margin-bottom: 0.27%;
    }

    .content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(1) {
        line-height: 30px;
        font-size: 14px;
        margin-bottom: 4.84%;
        color: #666;
    }

    .content .kxsecond .zxzszt .zxzszt-right p:last-child {
        font-size: 14px;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 176px;
    }

    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img,
    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img img {
        height: 277px;
    }

    .content .kxsecond .zxztpage .zhishuzhishi li,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img img {
        height: 118px;
    }

    .content .content-left .zxztpage .zszxone .zszxone-bot p:nth-of-type(1) {
        line-height: 29px;
    }

    .content .content-left .zxztpage .zszxone .zszxone-bot a {
        line-height: 35px;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 473px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 473px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 473px !important;
    }
}

@media only screen and (max-width: 1870px) {
    .content .content-left .kxsd .kxsd-bot span,
    .content .content-left .kxsd .kxsd-bot a span {
        line-height: 32px;
    }

    .content .content-left .zszx ul li .zszx-img,
    .content .content-left .zszx ul li .zszx-img img {
        height: 136px;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1741px !important;
    }

    .content .content-right .contentr-bot .zsxt .item3 li div {
        width: 100%;
        height: 175px;
    }

    .content .content-right .contentr-bot .zsxt .item3 li div img {
        height: 175px;
    }

    .pagination {
        margin-top: 6.5%;
        margin-bottom: 2.6%;
        padding: 0 !important;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 158px;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 173px;
    }

    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img,
    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img img {
        height: 272px;
    }

    .content .kxsecond .zxztpage .zhishuzhishi li,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img img {
        height: 116px;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 462px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 462px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 462px !important;
    }

    .content .kxsecond .gpjszx p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1851px) {
    .content .content-left .gupiao-bot li a,
    .content .content-left .gupiao-bot .gp-img,
    .content .content-left .gupiao-bot .gp-img img {
        height: 134px;
    }

    .content .content-left .hjwh .hjwh-main .hjwh-top,
    .content .content-left .hjwh .hjwh-main .hjwh-top img {
        height: 210px;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1714px !important;
    }

    .content .content-left .zszx ul li .zszx-img,
    .content .content-left .zszx ul li .zszx-img img {
        height: 134px;
    }

    .content .content-right .contentr-bot .zsxt .item3 li div,
    .content .content-right .contentr-bot .zsxt .item3 li div img {
        height: 170px;
    }

    .content .kxsecond .kxsecond-bot .gptxkx a {
        line-height: 34px;
    }

    .pagination {
        margin-top: 5.5%;
        margin-bottom: 2%;
        padding: 0 !important;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 157px;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 171px;
    }

    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img,
    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img img {
        height: 269px;
    }

    .content .kxsecond .zxztpage .zhishuzhishi li,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img img {
        height: 115px;
    }

    .content .content-left .zxztpage .zszxone ul li:last-child .zszxone-bot:nth-of-type(n+2) {
        padding-top: 2.334%;
    }

    .content .kxsecond .zhishukuaixun li a {
        margin-bottom: 1.83%;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 460px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 460px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 460px !important;
    }
}

@media only screen and (max-width: 1810px) {
    .content .content-left .gupiao-bot li a,
    .content .content-left .gupiao-bot .gp-img,
    .content .content-left .gupiao-bot .gp-img img {
        height: 131px;
    }

    .content .content-left .hjwh .hjwh-main .hjwh-top img,
    .content .content-left .hjwh .hjwh-main .hjwh-top img {
        height: 218px;
    }

    .content .content-left .zszx ul li .zszx-img,
    .content .content-left .zszx ul li .zszx-img img {
        height: 131px;
    }

    .content .content-left .zxzt ul .zxzt-img,
    .content .content-left .zxzt ul .zxzt-img img {
        height: 150px;
    }

    .content .content-left .kxsd .kxsd-bot span {
        font-size: 17px;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1689px !important
    }

    .content .content-right .contentr-bot .zsxt .item3 li div {
        height: 165px;
    }

    .pagination {
        margin-top: 4%;
        margin-bottom: 2%;
        padding: 0 !important;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 156px;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 167px;
    }

    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img,
    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img img {
        height: 263px;
    }

    .content .kxsecond .zxztpage .zhishuzhishi li,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img img {
        height: 113px;
    }

    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-right a p:first-child {
        line-height: 35px;
    }

    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-right p:last-child {
        line-height: 22px;
    }

    .content .kxsecond .zhishukuaixun li a {
        margin-bottom: 1.76%;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 450px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 450px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 450px !important;
    }

    .corList .corimg {
        height: 324px;
    }

    .corList .corcon {
        padding: 36px 28px;
    }

    .studyCon {
        padding-bottom: 200px;
    }

    .curMes {
        padding-top: 42px;
        padding-bottom: 180px;
    }

    .meancon .meaning {
        height: 440px;
    }

    .meancon .onetitle {
        font-size: 47px;
    }

    .meancon .twotitle {
        font-size: 33px;
    }

    .formRow label,
    .formRow .fm-input,
    .formRow .fm-select {
        font-size: 21px;
    }

    .formRow label {
        width: 116px;
    }

    .meanform .formRow:nth-child(2n) {
        margin-left: 8%;
    }

    .subbox button {
        width: 380px;
    }

    .meanOutline .mtline {
        margin-bottom: 10px;
        width: 33%;
    }

    .meanOutline {
        line-height: 44px;
    }

    .meanOutline .mtname {
        padding: 0 50px;
        font-size: 44px;
    }

    .meanlist li .mentitle {
        font-size: 21px;
    }
}

@media only screen and (max-width: 1780px) {
    .navbar .navbar-nav {
        width: 66%;
    }

    .navbar .navbar-nav li {
        padding: 0 1.35%;
    }

    .navbar .navbar-form {
        width: 18%;
    }

    .main-body li:first-child p,
    .content .content-left .gupiao-bot .gp-right a {
        font-size: 17px;
    }

    .content .content-left .gupiao-bot li a,
    .content .content-left .gupiao-bot .gp-img,
    .content .content-left .gupiao-bot .gp-img img {
        height: 129px;
    }

    .content .content-left .hjwh .hjwh-main .hjwh-top img,
    .content .content-left .hjwh .hjwh-main .hjwh-top img {
        height: 215px;
    }

    .content .content-left .zszx ul li .zszx-img,
    .content .content-left .zszx ul li .zszx-img img {
        height: 129px;
    }

    .content .content-left .kxsd .kxsd-bot span,
    .content .content-left .kxsd .kxsd-bot a span {
        line-height: 30px;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1658px !important;
    }

    .content .content-right .khyhl,
    .content .content-right .khyhl img {
        height: 395px;
    }

    .content .content-right .contentr-bot .zsxt .item3 li div,
    .content .content-right .contentr-bot .zsxt .item3 li div img {
        height: 160px;
    }

    .content .kxsecond .kxsecond-bot .gptxkx a {
        margin-bottom: 1.77%;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 154px;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 165px;
    }

    .content .kxsecond .gpnskx li a {
        margin-bottom: 2.1%;
    }

    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img,
    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img img {
        height: 259px;
    }

    .content .kxsecond .zxztpage .zhishuzhishi li,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img img {
        height: 111px;
    }

    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-right a p:first-child {
        font-size: 17px;
        line-height: 33px;
    }

    .content .kxsecond .zhishukuaixun li a {
        line-height: 34px;
    }

    .content .kxsecond .gpnskx li .two {
        top: 5px;
    }

    .content .zixun1 .khyhl {
        margin-top: 23.305% !important;
    }

    .content .content-right .contentr-bot .hot .item1 li .ms {
        padding: 4.50% 0;
    }

    .fotliks {
        margin: 0 54px;
        width: 126px;
    }
}

@media only screen and (max-width: 1745px) {
    .content .content-left .gupiao-bot li a,
    .content .content-left .gupiao-bot .gp-img,
    .content .content-left .gupiao-bot .gp-img img {
        height: 127px;
    }

    .content .content-left .hjwh .hjwh-main .hjwh-top img,
    .content .content-left .hjwh .hjwh-main .hjwh-top img {
        height: 210px;
    }

    .content .content-left .zszx ul li .zszx-img,
    .content .content-left .zszx ul li .zszx-img img {
        height: 127px;
    }

    .content .content-left .gupiao-bot .gp-right p:nth-of-type(1) {
        line-height: 24px;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1630px !important;
    }

    .content .content-right .khyhl,
    .content .content-right .khyhl img {
        height: 380px;
    }

    .content .kxsecond .kxsecond-bot .gptxkx a {
        margin-top: 2.34%;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 153px;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 161px;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 434px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 434px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 434px !important;
    }

    .meancon .onetitle {
        font-size: 45px;
    }
}

@media only screen and (max-width: 1700px) {
    .content .content-left .gupiao-bot .gp-right a {
        line-height: 28px;
    }

    .content .content-left .kxsd .kxsd-bot span {
        font-size: 16px;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1602px !important;
    }

    .content .content-right .khyhl,
    .content .content-right .khyhl img {
        height: 370px;
    }

    .content .kxsecond .kxsecond-bot .gptxkx a {
        margin-bottom: 1.64%;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 152px;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 157px;
    }

    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img,
    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img img {
        height: 248px;
    }

    .content .kxsecond .zxztpage .zhishuzhishi li,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img img {
        height: 108px;
    }

    .content .content-left .zxztpage .zszxone .zszxone-bot a {
        line-height: 36px;
    }

    .content .kxsecond .zxztpage .zszxone .zszxone-bot p:nth-of-type(2) span:first-child {
        padding: 1px 2px;
    }

    .corList .corimg {
        height: 300px;
    }

    .corList .corcon {
        padding: 36px 26px;
    }

    .corList .corname {
        font-size: 18px;
    }

    .corList .cordes {
        font-size: 16px;
    }

    .studyCon {
        padding-bottom: 180px;
    }

    .curMes {
        padding-top: 40px;
        padding-bottom: 160px;
    }

    .meancon .meaning {
        height: 400px;
    }

    .meancon .onetitle {
        font-size: 44px;
    }

    .meancon .twotitle {
        font-size: 30px;
    }

    .meancon .threetitle {
        font-size: 22px;
    }

    .formRow label, .formRow .fm-input, .formRow .fm-select {
        font-size: 20px;
    }

    .formRow .fm-input,
    .formRow .fm-select {
        width: 67%;
    }

    .subbox button {
        width: 360px;
    }

    .meanOutline .mtline {
        width: 33%;
    }

    .meanOutline {
        line-height: 42px;
    }

    .meanOutline .mtname {
        padding: 0 40px;
        font-size: 42px;
    }

    .meanlist li .mentitle {
        font-size: 19px;
    }

    .meanlist li .mendes {
        font-size: 16px;
    }

    .formLine > label {
        width: 22%;
    }

    .formCon .errTit {
        margin-left: 25%;
    }

    .formLine > .fm-input, .formLine > .fm-select {
        width: 76%;
    }
}

@media only screen and (max-width: 1680px) {
    .container {
        padding-left: 8.9375%;
        padding-right: 8.9375%;
    }

    .navbar .theme-bgcolor {
        background: #5cc2d0;
    }

    .navbar .navbar-header {
        width: 11.2%;
    }

    .navbar .navbar-nav .active .theme-color {
        color: #1378F0;
        border-bottom: 1px solid #1378F0;
        border-radius: initial;
    }

    .navbar .navbar-nav .margin-5 {
        margin: 10px 0px;
        font-size: 14px;
    }

    .navbar .nav > li > .second {
        display: none;
        font-size: 20px;
    }

    .navbar .nav > li > .theme-color:hover,
    .navbar .nav > li > .theme-color:focus {
        background: #fff;
        color: #1378F0;
        border-bottom: 1px solid #1378F0;
        border-radius: initial;
    }

    .navbar .form-group {
        width: 100%;
        line-height: 45px;
    }

    .navbar .form-group .form-control {
        width: 100%;
        height: 44px;
        background: #f3f3f3;
        border-radius: 22px;
        text-indent: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .navbar .form-group .search {
        width: 8.792%;
        height: 8.792%;
        position: absolute;
        top: 2px;
        right: 18px;
    }

    .navbar .form-group .search img {
        width: 100%;
    }

    .navbar .login {
        width: 10.134%;
    }

    .navbar .login li {
        width: 46.053%;
        line-height: 45px;
        background-color: #fff;
        margin: 5px 0;
    }

    .navbar .login li a {
        display: block;
        width: 100%;
        height: 32px;
        text-align: center;
        line-height: 32px;
        background: #1378f0;
        border-radius: 17px;
    }

    .navbar .login li:last-child {
        background-color: #fff;
    }

    .navbar .login li:last-child a {
        margin-left: 7.895%;
        background: #F08D13;
    }

    .navbar .login li > a {
        color: #fff;
    }

    .main-body li,
    .main-body a img {
        height: 148px;
    }

    .main-body li:first-child,
    .main-body li:first-child .lunbo img {
        height: 310px;
    }

    .content {
        margin-bottom: 87px !important;
    }

    .content.ghbw1 {
        margin-bottom: 74px !important;
    }

    .content.zszx1 {
        margin-bottom: 52px !important;
    }

    .content.zxzt1 {
        margin-bottom: 55px !important;
    }

    .content.kx2 {
        margin-bottom: 65px !important;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1620px !important;
    }

    .content .content-left .gupiao-bot li {
        padding-top: 5%;
        padding-bottom: 4%;
    }

    .content .content-left .gupiao-bot li a,
    .content .content-left .gupiao-bot .gp-img,
    .content .content-left .gupiao-bot .gp-img img {
        height: 121px;
    }

    .content .content-left .gupiao-bot .gp-right p {
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        padding-top: 10px;
    }

    .content .content-left .gupiao-bot .gp-right a {
        padding-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .content .content-left .gupiao-bot .gp-right p:nth-of-type(1) {
        line-height: 24px;
    }

    .content .content-left .gupiao-bot .gp-right p:nth-of-type(2) {
        line-height: 20px;
    }

    .content .content-left .hjwh .hjwh-main ul {
        padding: 14px 0 0 0;
        margin: 0;
    }

    .content .content-left .zxztpage .hjwh-main ul {
        padding: 7px 0 7px 0;
    }

    .content .content-left .hjwh .hjwh-main li {
        padding: 12px 0;
    }

    .content .content-left .hjwh .hjwh-main li a::before {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 8px;
    }

    .content .kxsecond .gpjszx p {
        font-size: 16px;
    }

    .content .kxsecond .gpnszs .gpnszx-img p {
        font-size: 15px;
    }

    .content .content-left .hjwh .hjwh-main .hjwh-top,
    .content .content-left .hjwh .hjwh-main .hjwh-top img {
        height: 203px;
    }

    .content .content-left .zxzt li {
        padding: 1.1% 0;
    }

    .content .content-left .zszx ul li .zszx-img,
    .content .content-left .zszx ul li .zszx-img img {
        height: 121px;
    }

    .content .content-left .kxsd .kxsd-title .time .kxsd-img {
        left: 14%;
    }

    .content .content-left .kxsd .kxsd-bot span {
        line-height: 28px;
    }

    .content .content-left .kxsd .kxsd-bot a,
    .content .content-left .kxsd .kxsd-bot a span {
        font-size: 16px;
        line-height: 28px;
    }

    .content .content-left .zxzt ul .zxzt-img,
    .content .content-left .zxzt ul .zxzt-img img {
        height: 139px;
    }

    .content .content-left .zxzt ul .zxzt-right li {
        line-height: 1.2;
        padding: 5.048% 0;
        width: 85%;
    }

    .zsdpcontent .zsqs .zsqs-bot ul li {
        height: 80px;
    }

    .zsdpcontent .zsqs .zsqs-bot ul li a {
        height: 80px;
        line-height: 80px;
    }

    .content .kxsecond .date {
        padding-top: 1%;
        padding-bottom: 1%;
    }

    .content .kxsecond .kxsecond-bot .gptxkx a {
        margin-top: 2.397%;
        margin-bottom: 1.921%;
    }

    .content .kxsecond .whzs-bot ul li {
        padding: 1.52% 0;
    }

    .pagination {
        margin-top: 5.8%;
        margin-bottom: 2%;
        padding: 0 !important;
    }

    .content .content-left .kxsd .kxsd-title .time {
        padding-left: 8.00%;
    }

    .content .kxsecond .date a img {
        width: 100%;
        height: 24px;
    }

    .content .kxsecond .date span {
        line-height: 34px;
    }

    .content .kxsecond .date .sousuo input {
        height: 28px;
        width: 180px;
        margin-right: 25px;
        border-radius: 18px;
        background-color: #F3F3F3;
        border: none;
        text-indent: 35px;
    }

    .content .kxsecond .date .sousuo {
        position: relative;
        top: 2px;
    }

    .content .kxsecond .date .sousuo .search {
        position: absolute;
        left: 13px;
        top: 4px;
        width: 14px;
        height: 14px;
    }

    .content .kxsecond .date .sousuo .search img {
        width: 100%;
        height: 14px;
    }

    .content .kxsecond .date a {
        display: block;
        width: 24px;
        height: 24px;
        line-height: 30px;
    }

    .content .kxsecond .zxzszt ul li {
        padding: 3.42% 0 3.36% 0;
    }

    .content .kxsecond .zxzszt .zxzszt-right p:last-child span:nth-of-type(n+2) {
        padding: 0 3px;
    }

    .content .kxsecond .zxzszt .zxzszt-right p:last-child span:last-child {
        padding: 0;
    }

    .content .kxsecond .zxzszt .zxzszt-right p:last-child img {
        width: 16px;
        height: 16px;
        margin-left: 3px;
        vertical-align: middle;
    }

    .content .kxsecond .zsqszdy .ghbwzt ul li {
        padding: 1.294% 0;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.532% 0;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 155px;
    }

    .content .kxsecond .gpnskx li a {
        margin-bottom: 2.66%;
    }

    .content .kxsecond .gpnskx li .two {
        padding: 1px 5px;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.3% !important;
        padding-bottom: 1.3% !important;
    }

    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img,
    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img img {
        height: 245px;
    }

    .content .kxsecond .zxztpage .zhishuzhishi li,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img img {
        height: 105px;
    }

    .content .content-left .zxztpage .zszxone .zszxone-bot p:first-child, .content .content-left .zxztpage .zszxone .zszxone-bot a {
        font-size: 17px;
        line-height: 35px;
    }

    .content .kxsecond .zhishukuaixun li a {
        line-height: 32px;
        margin-bottom: 2.574%;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 418px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 418px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 418px !important;
    }

    .pagination input {
        width: 50px !important;
        height: 24px !important;
        margin-top: 4px;
    }

    .content .content-right {
        width: 25.334%;
    }

    .content .content-right .khyhl {
        margin-top: 25.445%;
        width: 100%;
        height: 355px;
    }

    .content .zixunright .khyhl {
        margin-top: 23.305% !important;
    }

    .content .zixunone .khyhl {
        margin-top: 9.305% !important;
    }

    .content .content-right .khyhl img {
        height: 355px;
    }

    .content .content-right .contentr-bot .hot-title {
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
    }

    .content .content-right .contentr-bot .hot .item1 li .count {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 16px !important;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .count {
        font-size: 18px !important;
    }

    .content .content-right .contentr-bot .hot .item1 li .hui {
        background-color: #c6c6c6;
    }

    .content .content-right .contentr-bot .hot .item1 li .ms {
        width: 83%;
        padding: 4.50% 0;
    }

    .content .content-right .contentr-bot .tuijian .item2 {
        width: 100%;
        padding: 7.895% 6.316% 8.948% 5.264%;
    }

    .content .content-right .contentr-bot .tuijian .item2 div {
        float: left;
        margin-right: 2.977%;
        width: 14.584%;
    }

    .content .content-right .contentr-bot .tuijian .item2 div img {
        width: 100%;
    }

    .content .content-right .contentr-bot .tuijian .item2 li {
        padding-top: 10.417%;
        padding-bottom: 9.227%;
        border-bottom: 1px dashed #d3d3d3;
    }

    .content .content-right .contentr-bot .tuijian .item2 li:first-child {
        padding-top: 0;
    }

    .content .content-right .contentr-bot .tuijian .item2 li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .content .content-right .contentr-bot .tuijian .item2 li .ms {
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 22px;
    }

    .content .content-right .contentr-bot .tuijian .zsdpitem li .ms {
        height: 22px !important;
    }

    .content .content-right .contentr-bot .zsxt .item3 {
        padding: 9.737% 7.369% 11.316% 7.369%;
    }

    .content .content-right .contentr-bot .zsxt .item3 li {
        padding-top: 41px;
    }

    .content .content-right .contentr-bot .zsxt .item3 li a {
        display: block;
        position: relative;
        color: #fff;
        font-size: 16px;
    }

    .content .content-right .contentr-bot .zsxt .item3 li div,
    .content .content-right .contentr-bot .zsxt .item3 li div img {
        height: 157px;
    }

    .content .content-right .contentr-bot .zsxt .item3 li:first-child {
        padding-top: 0;
    }

    .content .zixunright .contentr-bot .hot .zxkc li .ms span:first-child {
        width: 75%;
        /*width: 68%;*/
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 9.8% !important;
        width: 80.57% !important;
    }

    .footer .footer-top {
        padding-left: 18%;
    }

    .fotliks {
        margin: 0 48px;
        width: 126px;
    }

    .fotliks > li > a {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .fotliks > li.hdli {
        margin-bottom: 14px;
    }

    .fotliks > li.hdli > a {
        margin-top: 22px;
        margin-bottom: 22px;
        font-size: 17px;
    }
}

@media only screen and (max-width: 1650px) {
    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 8.6% !important;
        width: 83.57% !important;
    }

    .content .kxsecond-right .khyhl {
        margin-top: 9.56% !important;
    }

    .content .kxsecond .kxsecond-bot .gptxkx a {
        margin-top: 2.297%;
    }

    .pagination {
        margin-top: 5%;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 150px;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 153px;
    }

    .content .kxsecond .gpnskx li a {
        margin-bottom: 2.16%;
    }

    .content .kxsecond .zhishukuaixun li a {
        margin-bottom: 2.36%;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 420px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 420px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 420px !important;
    }

    .content .kxsecond .zsqszdy .ghbwzt ul li {
        padding: 1.3% 0;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.53% 0;
    }
}

@media only screen and (max-width: 1640px) {
    .zsdpcontent .zsqs .zsqs-bot ul li {
        height: 72px;
    }

    .zsdpcontent .zsqs .zsqs-bot ul li a {
        height: 72px;
        line-height: 72px;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 8.8% !important;
        width: 83.57% !important;
    }

    .content .kxsecond .zhishukuaixun li a {
        margin-bottom: 2.12%;
    }

    .content .kxsecond .zhishukuaixun li a {
        line-height: 33px;
    }
}

@media only screen and (max-width: 1610px) {
    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 8.6% !important;
        width: 83.57% !important;
    }
}

@media only screen and (max-width: 1600px) {
    .content {
        margin-bottom: 83px !important;
    }

    .content.ghbw1 {
        margin-bottom: 70px !important;
    }

    .content.zszx1 {
        margin-bottom: 49px !important;
    }

    .content.zxzt1 {
        margin-bottom: 52px !important;
    }

    .content.kx2 {
        margin-bottom: 62px !important;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 7.8% !important;
        width: 83.57% !important;
    }

    .pagination {
        margin-top: 5.6%;
        margin-bottom: 2%;
        padding: 0 !important;
    }

    .content .content-left .hjwh .hjwh-main li a {
        font-size: 15px;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 148px;
    }

    .content .kxsecond .whzs-bot {
        padding-bottom: 21.503%;
    }

    .content .kxsecond .zhishukuaixun li a {
        line-height: 32px;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 426px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 426px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 426px !important;
    }

    .content .kxsecond .zxzszt ul li {
        padding: 3.4% 0 3.34% 0;
    }

    .content .kxsecond .gpnszt li a {
        padding: 11px 0;
    }

    .content .kxsecond .zsqszdy .ghbwzt ul li {
        padding: 1.294% 0;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.524% 0;
    }

    .content .zixun1 .khyhl {
        margin-top: 24.305% !important;
    }

    .content .zixunright .khyhl {
        margin-top: 23.605% !important;
    }

    .content .zixunone .khyhl {
        margin-top: 9.05% !important;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.313% !important;
        padding-bottom: 1.313% !important;
    }

    .content .content-left .zxztpage .hjwh-main ul {
        padding: 10px 0 10px 0;
    }

    .corList .corimg {
        height: 290px;
    }

    .corList .corcon {
        padding: 36px 24px;
    }

    .studyCon {
        padding-top: 40px;
        padding-bottom: 160px;
    }

    .meancon .onetitle {
        font-size: 42px;
    }

    .meancon .twotitle {
        font-size: 28px;
        line-height: 50px;
    }

    .meancon .threetitle {
        font-size: 21px;
    }

    .formRow label, .formRow .fm-input, .formRow .fm-select {
        font-size: 18px;
    }

    .formRow label {
        width: 106px;
    }

    .formRow .fm-input, .formRow .fm-select {
        height: 56px;
    }

    .meanOutline {
        line-height: 38px;
    }

    .meanOutline .mtname {
        padding: 0 38px;
        font-size: 38px;
    }

    .meanlist li .mentitle {
        font-size: 18px;
    }

    .curMes {
        padding-bottom: 160px;
    }

    .subbox button {
        margin-top: 70px;
        width: 340px;
    }

    .tabHeads > .tabhead a {
        font-size: 20px;
    }

    .titpar {
        margin: 60px 0 40px 0;
    }

    .formTd {
        margin-bottom: 12px;
        font-size: 17px;
    }
}

@media only screen and (max-width: 1595px) {
    .pagination {
        margin-top: 6.2%;
        margin-bottom: 3%;
        padding: 0 !important;
    }

    .content .kxsecond .whzs-bot {
        padding-bottom: 21.6%;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.32% !important;
        padding-bottom: 1.32% !important;
    }
}

@media only screen and (max-width: 1565px) {
    .navbar .navbar-nav {
        margin-left: 1%;
    }

    .navbar .form-group {
        width: 100%;
    }

    .navbar .form-group .form-control {
        width: 100%;
        height: 44px;
        background: #f3f3f3;
        border-radius: 22px;
        text-indent: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .navbar .form-group .search {
        width: 8.792%;
        height: 8.792%;
        position: absolute;
        top: 2px;
        right: 18px;
    }

    .navbar .form-group .search img {
        width: 100%;
    }

    .navbar .login {
        width: 10.134%;
    }

    .navbar .login li {
        margin: 5px 0;
        width: 46.053%;
        height: 34px;
        text-align: center;
        line-height: 34px;
        font-size: 16px;
        background: #1378f0;
        border-radius: 17px;
    }

    .navbar .login li:last-child {
        margin-left: 7.895%;
        background: #F08D13;
    }

    .navbar .login li > a {
        color: #fff;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1608px !important;
    }

    .pagination {
        margin-top: 5.8%;
        margin-bottom: 2.8%;
        padding: 0 !important;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 145px;
    }

    .content .kxsecond .gpnskx li a {
        margin-bottom: 1.92%;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 149px;
    }

    .content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(1) {
        margin-bottom: 4.64%;
    }

    .content .kxsecond .whzs-bot {
        padding-bottom: 22.8%;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 7% !important;
        width: 80.57% !important;
    }
}

@media only screen and (max-width: 1553px) {
    .content .kxsecond .gpnskx li a {
        margin-bottom: 1.84%;
    }

    .content .kxsecond .gpnskx li a {
        line-height: 32px;
    }

    .content .kxsecond .gpns div p {
        width: 100%;
        font-size: 15px;
    }

    .navbar .navbar-nav li {
        padding: 0 1.35%;
    }

    .navbar .navbar-form {
        width: 17%;
        margin-left: 1%;
    }

    .formLine > label {
        width: 24%;
    }

    .formCon .errTit {
        margin-left: 27%;
    }

    .formLine > .fm-input, .formLine > .fm-select {
        width: 74%;
    }
}

@media only screen and (max-width: 1530px) {
    .navbar .navbar-nav li {
        padding: 0 1.2%;
    }

    .main-body li,
    .main-body a img {
        height: 141px;
    }

    .main-body li:first-child,
    .main-body li:first-child .lunbo img {
        height: 295px;
    }

    .content .content-left .gupiao-bot li a,
    .content .content-left .gupiao-bot .gp-img,
    .content .content-left .gupiao-bot .gp-img img {
        height: 115px;
    }

    .content .content-left .gupiao-bot .gp-right p {
        width: 100%;
        padding-top: 8px;
    }

    .content .content-left .gupiao-bot .gp-right p:nth-of-type(2) {
        line-height: 20px;
    }

    .content .content-left .hjwh .hjwh-main .hjwh-top,
    .content .content-left .hjwh .hjwh-main .hjwh-top img {
        height: 193px;
    }

    .content .content-left .zszx ul li .zszx-img,
    .content .content-left .zszx ul li .zszx-img img {
        height: 115px;
    }

    .content .content-left .zxzt ul .zxzt-img,
    .content .content-left .zxzt ul .zxzt-img img {
        height: 132px;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1556px !important;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 142px;
    }

    .content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(1) {
        margin-bottom: 4.68%;
    }

    .content .kxsecond .gpnskx li a {
        margin-bottom: 2.3%;
    }

    .content .kxsecond .gpnskx li a {
        line-height: 36px;
    }

    .content .kxsecond .article .fenxiang .fx-right div {
        float: left;
        width: 36px;
        height: 36px;
        margin-right: 9px;
    }

    .content .kxsecond .article .fenxiang .fx-right div img {
        height: 36px;
    }

    .content .kxsecond .article .fenxiang span {
        padding-top: 7px;
    }

    .content .kxsecond .whzs-bot {
        padding-bottom: 19.6%;
    }

    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img,
    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img img {
        height: 223px;
    }

    .content .kxsecond .zxztpage .zhishuzhishi li,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img img {
        height: 95px;
    }

    .content .content-left .zxztpage .zszxone li:last-child .zszxone-bot p:nth-of-type(1) {
        line-height: 26px;
    }

    .content .kxsecond .zhishukuaixun li a {
        line-height: 33px;
        margin-bottom: 2.12%;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 410px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 410px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 410px !important;
    }

    .content .content-right .khyhl {
        margin-top: 26.445%;
        height: 336px;
    }

    .content .content-right .khyhl img {
        height: 336px;
    }

    .content .content-right .contentr-bot .zsxt .item3 li div,
    .content .content-right .contentr-bot .zsxt .item3 li div img {
        height: 150px;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 8.9% !important;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.33% !important;
        padding-bottom: 1.33% !important;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.538% 0;
    }

    .footer .footer-top {
        padding-left: 17%;
    }

    .meancon .meaning {
        height: 374px;
    }

    .meancon .onetitle {
        font-size: 38px;
        line-height: 74px;
    }

    .meancon .twotitle {
        font-size: 26px;
        line-height: 48px;
    }

    .meancon .threetitle {
        font-size: 20px;
        line-height: 36px;
    }

    .meanOutline .mtline {
        width: 34%;
    }
}

@media only screen and (max-width: 1515px) {
    .content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(1) {
        margin-bottom: 4.72%;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 140px;
    }

    .content .kxsecond .gpnskx li a {
        line-height: 33px;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 400px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 400px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 400px !important;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.34% !important;
        padding-bottom: 1.34% !important;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.56% 0;
    }

    .corList .corimg {
        height: 280px;
    }

    .corList .corname {
        font-size: 17px;
    }

    .corList .corcon {
        padding: 36px 22px;
    }

    .studyCon {
        padding-bottom: 150px;
    }

    .meancon .meaning {
        width: 40.18%;
    }

    .meancon .meaning {
        height: 346px;
    }

    .meanlist li .mendes {
        font-size: 15px;
    }

    .meanlist li .mentitle {
        font-size: 17px;
    }

    .meanOutline .mtline {
        margin-bottom: 8px;
    }

    .curMes {
        padding-bottom: 160px;
    }
}

@media only screen and (max-width: 1470px) {
    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1533px !important;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 7.8% !important;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 147px;
    }

    .content .kxsecond .gpnskx li a {
        font-size: 15px;
        line-height: 26px;
    }

    .content .kxsecond .gpnskx li a {
        margin-bottom: 2.1%;
    }

    .content .kxsecond .gpnskx li .two {
        font-size: 14px;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 410px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 410px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 410px !important;
    }
}

@media only screen and (max-width: 1450px) {
    .navbar .navbar-nav {
        width: 68%;
    }

    .navbar .navbar-nav li {
        padding: 0 1%;
    }

    .navbar .navbar-form {
        width: 17%;
    }

    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img,
    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img img {
        height: 211px;
    }

    .content .kxsecond .zxztpage .zhishuzhishi li,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img img {
        height: 90px;
    }

    .content .kxsecond .zhishukuaixun li a {
        line-height: 33px;
        margin-bottom: 2.12%;
    }

    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-right a p:first-child {
        line-height: 32px;
        font-size: 16px;
    }

    .content .zixun1 .khyhl {
        margin-top: 24.405% !important;
    }

    .content .kxsecond .zhishukuaixun li a {
        line-height: 32px;
        margin-bottom: 2.02%;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 400px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 400px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 400px !important;
    }

    .meancon .onetitle {
        margin-top: 28px;
        font-size: 36px;
        line-height: 70px;
    }

    .meancon .twotitle {
        font-size: 25px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 1440px) {
    .navbar {
        height: 94px;
    }

    .navbar .form-group {
        width: 100%;
    }

    .navbar .form-group .form-control {
        width: 100%;
        height: 40px;
        background: #f3f3f3;
        border-radius: 22px;
        text-indent: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .navbar .form-group .search {
        width: 8.792%;
        height: 8.792%;
        position: absolute;
        top: 2px;
        right: 18px;
    }

    .navbar .form-group .search img {
        width: 100%;
    }

    .navbar .login {
        width: 9.134%;
    }

    .navbar .login li {
        margin: 5px 0;
        width: 46.053%;
        height: 32px;
        text-align: center;
        line-height: 32px;
        font-size: 16px;
        background: #1378f0;
        border-radius: 17px;
    }

    .navbar .login li:last-child {
        margin-left: 7.895%;
        background: #F08D13;
    }

    .navbar .login li > a {
        color: #fff;
    }

    .main-body li,
    .main-body a img {
        height: 127px;
    }

    .main-body li:first-child,
    .main-body li:first-child .lunbo img {
        height: 266px;
    }

    .pc_imgBox {
        /*height: 245px;*/
    }

    .pc_imgBox img {
        /*height: 245px !important;*/
    }

    .content {
        margin-bottom: 74px !important;
    }

    .content.ghbw1 {
        margin-bottom: 63px !important;
    }

    .content.zszx1 {
        margin-bottom: 44px !important;
    }

    .content.zxzt1 {
        margin-bottom: 47px !important;
    }

    .content.kx2 {
        margin-bottom: 56px !important;
    }

    .content .content-left .title,
    .corTitle {
        font-size: 18px;
    }

    .content .content-left .gupiao-bot li a,
    .content .content-left .gupiao-bot .gp-img,
    .content .content-left .gupiao-bot .gp-img img {
        height: 104px;
    }

    .content .content-left .gupiao-bot .gp-right p {
        width: 100%;
        line-height: 24px;
        padding-top: 4px;
    }

    .content .content-left .gupiao-bot .gp-right p:nth-of-type(1) {
        line-height: 18px;
    }

    .content .content-left .gupiao-bot .gp-right p:nth-of-type(2) {
        line-height: 20px;
    }

    .content .content-left .hjwh .hjwh-main .hjwh-top,
    .content .content-left .hjwh .hjwh-main .hjwh-top img {
        height: 173px;
    }

    .content .content-left .zszx ul li .zszx-img,
    .content .content-left .zszx ul li .zszx-img img {
        height: 104px;
    }

    .content .content-left .zxzt ul .zxzt-img,
    .content .content-left .zxzt ul .zxzt-img img {
        height: 118px;
    }

    .content .kxsecond .zxzszt ul li {
        padding: 3.39% 0 3.3% 0;
    }

    .content .kxsecond .ghbwbread {
        display: none;
    }

    .bread a,
    .bread .active {
        font-size: 16px !important;
    }

    .bread .pic {
        width: 10px;
        height: 15px;
        margin-right: 6px;
        float: left;
    }

    .bread .pic img {
        height: 15px;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1454px !important;
    }

    .zsdpcontent .zsqs div:first-child {
        margin-top: 28px;
        margin-bottom: 18px;
    }

    .content .kxsecond .kxsecond-bot .gptxkx a {
        line-height: 32px;
    }

    .content .kxsecond .kxsecond-bot .gptxkx .one {
        font-size: 14px;
        top: 4px;
    }

    .content .kxsecond .title li a .sectitle,
    .corTitle li a {
        font-size: 17px;
    }

    .content .kxsecond .zxzszt .zxzszt-right a {
        font-size: 17px;
        line-height: 32px;
    }

    .content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(1) {
        line-height: 28px;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 144px;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.3% !important;
        padding-bottom: 1.3% !important;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.54% 0;
    }

    .content .kxsecond .gpnskx li a {
        margin-bottom: 2.3%;
    }

    .content .kxsecond .whzs-bot ul li {
        padding: 1.42% 0;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 375px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 375px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div {
        height: 375px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div {
        height: 375px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 375px !important;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.33% !important;
        padding-bottom: 1.33% !important;
    }

    .content .kxsecond .zsqszdy .ghbwzt ul li {
        padding: 1.266% 0;
    }

    .content .content-right .khyhl {
        margin-top: 27.445%;
        height: 304px;
    }

    .content .content-left .zxztpage .zszxone .zszxone-bot p:first-child, .content .content-left .zxztpage .zszxone .zszxone-bot a {
        line-height: 32px;
    }

    .content .content-left .zxztpage .zszxone .zszxone-bot p:nth-of-type(1) {
        line-height: 28px;
    }

    .content .content-left .zxztpage .zszxone li:last-child .zszxone-bot p:nth-of-type(1) {
        line-height: 24px;
    }

    .content .kxsecond .zhishukuaixun li a {
        line-height: 30px;
        margin-bottom: 2.4%;
    }

    .content .kxsecond .gpns div {
        font-size: 16px;
    }

    .content .content-right .khyhl img {
        height: 304px;
    }

    .content .content-right .contentr-bot .zsxt .item3 li div,
    .content .content-right .contentr-bot .zsxt .item3 li div img {
        height: 136px;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 10.5% !important;
    }

    .content .content-right .contentr-bot .hot-title {
        font-size: 17px !important;
    }

    .footer .footer-top {
        padding-left: 13%;
    }

    .corList .corbtn {
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1431px) {
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 370px;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 370px !important;
    }

    .formRow label {
        width: 94px;
    }

    .formRow label, .formRow .fm-input, .formRow .fm-select {
        font-size: 16px;
    }

    .formRow .fm-input, .formRow .fm-select {
        width: 70%;
    }

    .meanOutline {
        line-height: 34px;
    }

    .meanOutline .mtname {
        padding: 0 32px;
        font-size: 34px;
    }

    .meanlist li .mentitle {
        font-size: 16px;
    }

    .meanlist li {
        padding: 50px 10px 0 10px;
    }

    .meanlist li .mendes {
        font-size: 14px;
    }

    .formLine > label {
        width: 25%;
    }

    .formLine > .fm-input, .formLine > .fm-select {
        width: 73.5%;
    }
}

@media only screen and (max-width: 1400px) {
    .container {
        padding-left: 7.9375%;
        padding-right: 7.9375%;
    }

    .navbar {
        height: 94px;
    }

    .navbar .nav > li > a,
    .navbar .nav > li > h1 {
        font-size: 17px;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1450px !important;
    }

    .content .zixunright .contentr-bot .hot .zxkc li .ms {
        width: 87% !important;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 9.5% !important;
    }

    .pagination {
        margin-top: 5.6%;
        margin-bottom: 1.8%;
        padding: 0 !important;
    }

    .content .kxsecond .gpnskx li .two {
        top: 4px;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 143px;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 130px;
    }

    .content .kxsecond .gpnskx li a {
        margin-bottom: 2.44%;
    }

    .content .kxsecond .whzs-bot ul li {
        padding: 1.47% 0;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 375px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 375px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 375px !important;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.516% 0;
    }

    .tabBodys .tabbody {
        padding: 60px 0 0 0;
    }

    .titpar {
        margin: 50px 0 38px 0;
    }

    .tabHeads > .tabhead a {
        font-size: 18px;
    }

    .tabHeads > .tabhead {
        height: 50px;
        line-height: 49px;
    }

    .tabHeads > .tabhead.active {
        border-top: 2px solid #3F94EF;
        line-height: 45px;
    }

    .formTd {
        margin-bottom: 10px;
        font-size: 16px;
        height: 44px;
        line-height: 22px;
    }

    .formTd > input {
        width: 18px;
        height: 18px;
    }

    .formCon .errTit {
        margin-left: 28%;
    }

    .checkbox-icon {
        width: 18px;
        height: 18px;
        line-height: 16px;
    }

    .subbox button {
        margin-top: 50px;
        width: 326px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1367px) {
    .navbar {
        padding-top: 18px;
        height: 86px;
    }

    .navbar .logo {
        width: 100%;
        max-height: 40px;
        height: auto;
    }

    .navbar .head-logo {
        margin: -1px 6px 0 0;
    }

    .navbar .navbar-header {
        width: 11.6%;
    }

    .navbar .nav > li > a,
    .navbar .nav > li > a > h1 {
        font-size: 14px;
    }

    .navbar .form-group .form-control {
        height: 34px;
    }

    .navbar .form-group .search {
        width: 16px;
        height: 16px;
        top: 1px;
        right: 16px;
    }

    .navbar .login {
        width: 10.134%;
    }

    .navbar .login li {
        margin: 9px 0;
        background-color: #fff;
    }

    .navbar .login li a {
        display: block;
        width: 100%;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background: #1378f0;
        border-radius: 17px;
    }

    .navbar .login li:last-child {
        background-color: #fff;
    }

    .navbar .login li:last-child a {
        margin-left: 7.895%;
        background: #F08D13;
    }

    .navbar .login li > a {
        color: #fff;
        font-size: 14px;
    }

    .main-body a p {
        font-size: 12px;
    }

    .main-body li:first-child p {
        font-size: 15px;
    }

    .main-body li,
    .main-body a img {
        height: 120px;
    }

    .main-body li:first-child,
    .main-body li:first-child .lunbo img {
        height: 253px;
    }

    .content {
        margin-bottom: 70px !important;
    }

    .content.ghbw1 {
        margin-bottom: 60px !important;
    }

    .content.zszx1 {
        margin-bottom: 42px !important;
    }

    .content.zxzt1 {
        margin-bottom: 45px !important;
    }

    .content.kx2 {
        margin-bottom: 53px !important;
    }

    .content .content-left .alltitle {
        height: 22px;
        line-height: 22px;
    }

    .content .content-left .title,
    .corTitle {
        font-size: 18px;
    }

    .content .content-left .more a {
        font-size: 14px;
    }

    .content .content-left .gupiao-bot .gp-right p {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        padding-top: 8px;
    }

    .content .content-left .gupiao-bot .gp-right a {
        font-size: 15px;
    }

    .content .content-left .gupiao-bot .gp-right p:nth-of-type(1) {
        line-height: 20px;
    }

    .content .content-left .gupiao-bot .gp-right p:nth-of-type(2) {
        line-height: 14px;
    }

    .content .content-left .gupiao-bot li a,
    .content .content-left .gupiao-bot .gp-img,
    .content .content-left .gupiao-bot .gp-img img {
        height: 98px;
    }

    .content .content-left .hjwh .hjwh-main .hjwh-top,
    .content .content-left .hjwh .hjwh-main .hjwh-top img {
        height: 164px;
    }

    .content .content-left .hjwh .hjwh-main ul {
        padding: 14px 0 0 0;
        margin: 0;
    }

    .content .content-left .zxztpage .hjwh-main ul {
        padding: 10px 0 10px 0;
    }

    .content .content-left .hjwh .hjwh-main li {
        padding: 10px 0;
    }

    .content .content-left .hjwh .hjwh-main li a {
        font-size: 14px;
    }

    .content .content-left .zszx ul li .zszx-bot p {
        height: 52px;
        font-size: 14px;
        line-height: 24px;
    }

    .content .content-left .hjwh .zxtopic li a {
        font-size: 15px;
    }

    .content .content-left .hjwh .hjwh-main li a::before {
        content: '';
        position: absolute;
        top: 8px;
        width: 6px;
        height: 6px;
        border-radius: 6px;
    }

    .content .content-left .zxzt li {
        padding: 1.05% 0;
    }

    .content .content-left .zszx ul li .zszx-img,
    .content .content-left .zszx ul li .zszx-img img {
        height: 98px;
    }

    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-right a p:first-child {
        font-size: 15px;
    }

    .content .content-left .kxsd .kxsd-title .time .kxsd-img {
        left: 14%;
    }

    .content .content-left .zxztpage .zszxone .zszxone-bot p:first-child, .content .content-left .zxztpage .zszxone .zszxone-bot a {
        font-size: 16px;
    }

    .content .content-left .kxsd .kxsd-bot span,
    .content .content-left .kxsd .kxsd-bot a span {
        font-size: 15px;
        line-height: 26px;
    }

    .content .content-left .kxsd .kxsd-bot li > span:first-child {
        font-style: oblique;
        font-weight: 600;
    }

    .content .content-left .kxsd .kxsd-title .time span:last-child {
        font-size: 14px;
    }

    .content .content-left .kxsd .kxsd-bot a {
        width: 91%;
        font-size: 16px;
        line-height: 22px;
    }

    .content .content-left .zxzt ul .zxzt-img,
    .content .content-left .zxzt ul .zxzt-img img {
        height: 112px;
    }

    .content .content-left .zxztpage .zhishuqushione p {
        font-size: 15px;
    }

    .content .content-left .zxztpage .zszxone .zszxone-bot p:first-child, .content .content-left .zxztpage .zszxone .zszxone-bot a {
        font-size: 16px;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1420px !important;
    }

    .zsdpcontent .zsqs .zsqs-bot ul li {
        height: 70px;
    }

    .zsdpcontent .zsqs .zsqs-bot ul li a {
        font-family: SPingFang SC;
        height: 70px;
        line-height: 70px;
        font-size: 15px;
    }

    .content .kxsecond .title li a,
    .content .kxsecond .title li .titlecontent,
    .corTitle li a {
        font-size: 16px;
    }

    .content .kxsecond .kxsecond-bot .gptxkx a {
        font-size: 15px;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 138px;
    }

    .content .kxsecond .fenye {
        margin-top: 2.8%;
    }

    .content .kxsecond .zsqszdy .ghbwzt ul li {
        padding: 1.298% 0;
    }

    .content .kxsecond .gpnszt li a {
        padding: 9px 0;
        font-size: 15px;
    }

    .content .kxsecond .zsqszdy .ghbwzt ul a,
    .content .kxsecond .gpjszx p,
    .content .kxsecond .title .riqi span,
    .content .kxsecond .zsqszdy .zhgjzszt ul a {
        font-size: 15px;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.53% 0;
    }

    .content .kxsecond .gpnszs .gpnszx-img p {
        font-size: 14px;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 126px;
    }

    .content .kxsecond .gpnskx li a {
        margin-bottom: 2.6%;
        margin-left: 9.33% !important;
    }

    .content .kxsecond .zhishukuaixun li a {
        margin-left: 8.33% !important;
    }

    .content .kxsecond .gpnszt {
        padding: 3% 3.303% 4.8% 4.312%;
    }

    .content .kxsecond .gpnszt .gpnszt-right a {
        padding: 9px 0;
    }

    .content .kxsecond .whzs-bot ul li {
        padding: 1.34% 0;
    }

    .content .kxsecond .article .pre {
        padding-bottom: 18px;
    }

    .content .kxsecond .article .pre.next {
        padding-bottom: 13%;
    }

    .content .kxsecond .article .fenxiang .fx-right div {
        float: left;
        width: 34px;
        height: 34px;
        margin-right: 8px;
    }

    .content .kxsecond .article .fenxiang .fx-right div img {
        height: 34px;
    }

    .content .kxsecond .article .fenxiang span {
        font-size: 15px;
        padding-top: 6px;
    }

    .content .kxsecond .zhishukuaixun li a {
        margin-bottom: 2.2%;
        width: 90.972%;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 390px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 390px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 390px !important;
    }

    .content .kxsecond .zhishukuaixun li a {
        font-size: 15px;
        margin-bottom: 2.4%;
        line-height: 28px !important;
        width: 92% !important;
    }

    .content .zixun1 .khyhl {
        margin-top: 22.405% !important;
    }

    .content .kxsecond .zxzszt ul li {
        padding: 3.357% 0 3.34% 0;
    }

    .content .content-right {
        width: 25.334%;
    }

    .content .content-right .khyhl {
        margin-top: 24.445%;
        width: 100%;
        height: 288px;
    }

    .content .content-right .khyhl img {
        width: 100%;
        height: 288px;
    }

    .content .content-right .contentr-bot .hot-title {
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
    }

    .content .content-right .contentr-bot .hot .item1 li .count {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 14px !important;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .count {
        font-size: 18px !important;
    }

    .content .content-right .contentr-bot .hot .item1 li .hui {
        background-color: #c6c6c6;
    }

    .content .content-right .contentr-bot .hot .item1 li .ms {
        float: left;
        width: 80%;
        padding: 4.55% 0;
        color: #222222;
        text-overflow: ellipsis;
        overflow: hidden;
        text-decoration: none;
        white-space: nowrap;
        font-size: 14px;
    }

    .content .content-right .contentr-bot .tuijian .item2 {
        width: 100%;
        padding: 7.895% 6.316% 8.948% 5.264%;
    }

    .content .content-right .contentr-bot .tuijian .item2 div {
        float: left;
        margin-right: 2.977%;
        width: 14.584%;
    }

    .content .content-right .contentr-bot .tuijian .item2 div img {
        width: 100%;
    }

    .content .content-right .contentr-bot .tuijian .item2 li {
        padding-top: 10.417%;
        padding-bottom: 9.227%;
        border-bottom: 1px dashed #d3d3d3;
    }

    .content .content-right .contentr-bot .tuijian .item2 li:first-child {
        padding-top: 0;
    }

    .content .content-right .contentr-bot .tuijian .item2 li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .content .content-right .contentr-bot .tuijian .item2 li .ms {
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .content .content-right .contentr-bot .zsxt .item3 {
        padding: 9.737% 7.369% 11.316% 7.369%;
    }

    .content .content-right .contentr-bot .zsxt .item3 li {
        padding-top: 41px;
    }

    .content .content-right .contentr-bot .zsxt .item3 li a {
        display: block;
        position: relative;
        color: #fff;
        font-size: 14px;
    }

    .content .content-right .contentr-bot .zsxt .item3 li div {
        height: 129px;
    }

    .content .content-right .contentr-bot .zsxt .item3 li div img {
        height: 129px;
    }

    .content .content-right .contentr-bot .zsxt .item3 li p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-indent: 3.159%;
        background: rgba(0, 0, 0, 0.3);
    }

    .content .content-right .contentr-bot .zsxt .item3 li:first-child {
        padding-top: 0;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 8.5% !important;
    }

    .content .content-left .zxzt li a,
    .content .kxsecond .article .pre a,
    .content .kxsecond .article .pre span,
    .content .kxsecond .whzs-bot ul li a {
        font-size: 15px;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.3% !important;
        padding-bottom: 1.3% !important;
    }

    .footer .footer-top {
        padding-left: 16%;
    }

    .footer .footer-top .list {
        margin-right: 65px;
        margin-top: 5px;
    }

    .footer .footer-top .list p {
        font-size: 16px;
    }

    .footer .footer-top .list p::before {
        width: 18px;
        height: 18px;
        background-size: contain;
    }

    .footer .footer-top .list:nth-of-type(3) {
        margin-right: 118px;
    }

    .footer .footer-top .foo-right p span {
        font-size: 16px;
    }

    .footer .footer-top .foo-right p:first-child span:last-child {
        font-size: 20px;
    }

    .fotliks {
        margin: 0 44px;
    }

    .fotliks > li > a {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .fotliks > li.hdli {
        margin-bottom: 12px;
    }

    .fotliks > li.hdli > a {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .corList {
        margin-left: 0;
        margin-right: 0;
    }

    .corList .corimg {
        height: 270px;
    }

    .corList .corname {
        font-size: 16px;
    }

    .corList .corcon {
        padding: 28px 20px;
    }

    .corList .cordes {
        height: 72px;
        font-size: 14px;
        line-height: 24px;
    }

    .corList .corbtn {
        font-size: 14px;
    }

    .studyCon {
        padding-bottom: 140px;
    }

    .corList {
        padding-bottom: 54px;
    }

    .meanOutline {
        line-height: 32px;
    }

    .meanOutline .mtname {
        padding: 0 30px;
        font-size: 32px;
    }

    .meancon .meaning {
        height: 320px;
    }

    .meancon .onetitle {
        margin-top: 22px;
        font-size: 34px;
        line-height: 68px;
    }

    .meancon .twotitle {
        font-size: 22px;
        line-height: 40px;
    }

    .meancon .threetitle {
        font-size: 18px;
        line-height: 32px;
    }

    .formRow .fm-input, .formRow .fm-select {
        height: 46px;
    }

    .formRow .fm-input, .formRow .fm-select {
        padding-left: 14px;
    }

    .materlist li {
        padding: 10px 0;
    }

    .materlist li a {
        font-size: 14px;
        line-height: 22px;
    }

    .curMes {
        padding-bottom: 124px;
    }

    .meanOutline .mtline {
        margin-bottom: 6px;
    }

    .material .hot-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1353px) {
    .content .kxsecond .whzs-bot {
        padding-bottom: 10.4%;
    }

    .content .zixun1 .khyhl {
        margin-top: 23.405% !important;
    }

    .content .kxsecond .zsqszdy .ghbwzt ul li {
        padding: 1.306% 0;
    }

    .content .content-left .gupiao-bot .gp-right p {
        padding-top: 6px;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.32% !important;
        padding-bottom: 1.32% !important;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.54% 0;
    }

    .formRow .fm-input, .formRow .fm-select {
        width: 65.5%;
    }

    .formLine > label {
        width: 26%;
    }

    .formCon .errTit {
        margin-left: 29%;
    }

    .formLine > .fm-input, .formLine > .fm-select {
        width: 72.5%;
    }
}

@media only screen and (max-width: 1320px) {
    .content .kxsecond .article .fenxiang {
        margin-bottom: 9.235%;
        width: 100%;
    }

    .content .kxsecond .article .next {
        padding-bottom: 10%;
    }

    .content .kxsecond .zsqszdy .ghbwzt ul li {
        padding: 1.32% 0;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 7.6% !important;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 137px;
    }

    .content .kxsecond .gpnskx li a {
        margin-bottom: 1.9%;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 122px;
    }

    .content .kxsecond .zsqszdy .ghbwzt ul li {
        padding: 1.31% 0;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.31% !important;
        padding-bottom: 1.31% !important;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.54% 0;
    }

    .foot_logo {
        margin-right: 80px;
    }

    .fotliks {
        margin: 0 38px;
    }

    .fotliks > li > a {
        font-size: 13px;
    }

    .fotliks > li.hdli > a {
        font-size: 15px;
    }

    .formLine > label {
        font-size: 15px;
        font-weight: 500;
    }

    .formLine > .fm-input, .formLine > .fm-select {
        font-size: 15px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 1306px) {
    .content .content-right .contentr-bot .zsxt .item3 li p {
        line-height: 34px;
        height: 34px;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.32% !important;
        padding-bottom: 1.32% !important;
    }

    .meanlist li .mentitle {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1300px) {
    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1395px !important;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 6.5% !important;
    }

    .content .kxsecond .kxsecond-bot .gptxkx a {
        margin-top: 2%;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 136px;
    }

    .content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(1) {
        margin-bottom: 4.54%;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 120px;
    }

    .content .kxsecond .gpnszt .gpnszt-right a {
        padding: 8px 0;
    }

    .content .kxsecond .gpnskx li a {
        line-height: 31px;
    }

    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img,
    .content .content-left .zxztpage .zszxone ul li:first-child .zszxone-img img {
        height: 189px;
    }

    .content .kxsecond .zxztpage .zhishuzhishi li,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img img {
        height: 81px;
    }

    .content .content-left .zxztpage .zszxone ul li:last-child .zszxone-bot:nth-of-type(n+2) {
        padding-top: 1.334%;
    }

    .content .kxsecond .zhishukuaixun li a {
        line-height: 30px;
        margin-bottom: 2%;
        width: 90%;
    }

    .content .content-left .zxztpage .zhishukuaixun li a {
        width: 91%;
        line-height: 30px !important;
    }

    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-right a p:first-child {
        line-height: 28px;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.30% !important;
        padding-bottom: 1.3% !important;
    }

    .corList .corimg {
        height: 250px;
    }

    .corList .corname {
        margin-top: 24px;
        font-size: 15px;
        line-height: 20px;
    }

    .studyCon {
        padding-top: 36px;
        padding-bottom: 130px;
    }

    .titpar {
        margin: 42px 0 32px 0;
    }

    .tabBodys .tabbody {
        padding: 52px 0 0 0;
    }

    .formLine > label {
        width: 27%;
        font-weight: 500;
    }

    .formLine > .fm-input, .formLine > .fm-select {
        width: 71.5%;
    }

    .tabHeads > .tabhead {
        height: 45px;
        line-height: 44px;
    }

    .tabHeads > .tabhead.active {
        line-height: 40px;
    }

    .tabHeads > .tabhead a {
        font-size: 17px;
    }

    .formTd {
        margin-bottom: 0;
        font-size: 15px;
    }

    .formTd > span {
        left: 22px;
    }

    .subbox button {
        width: 288px;
    }
}

@media only screen and (max-width: 1280px) {
    .container {
        padding-left: 6.9375%;
        padding-right: 6.9375%;
    }

    .navbar .nav > li > a {
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 0 9px 0;
        color: #111111;
        font-size: 16px;
    }

    .navbar .navbar-header {
        width: 11.8%;
    }

    .navbar .login li:last-child {
        margin-left: 5.5%;
    }

    .navbar .form-group .form-control {
        height: 30px;
        font-size: 12px;
    }

    .navbar .form-group .form-control-feedback {
        display: block;
        width: 20px;
        height: 20px;
        line-height: 24px;
        color: #A3A3A3;
        margin: 10px 18px 0 0;
    }

    .navbar .login {
        width: 9.134%;
    }

    .navbar .login li {
        width: 46.053%;
        line-height: 45px;
        background-color: #fff;
        margin: 5px 0;
    }

    .navbar .login li a {
        display: block;
        margin: 5px 0;
        width: 100%;
        height: 28px;
        text-align: center;
        line-height: 28px;
        font-size: 16px;
        background: #1378f0;
        border-radius: 17px;
    }

    .navbar .login li:last-child {
        background-color: #fff;
    }

    .navbar .login li:last-child a {
        margin-left: 7.895%;
        background: #F08D13;
    }

    .navbar .login li > a {
        font-size: 13px;
        color: #fff;
    }

    .content {
        margin-bottom: 66px !important;
    }

    .content.ghbw1 {
        margin-bottom: 56px !important;
    }

    .content.zszx1 {
        margin-bottom: 40px !important;
    }

    .content.zxzt1 {
        margin-bottom: 43px !important;
    }

    .content.kx2 {
        margin-bottom: 50px !important;
    }

    .content .content-left .gupiao-bot li a,
    .content .content-left .gupiao-bot .gp-img,
    .content .content-left .gupiao-bot .gp-img img {
        height: 92px;
    }

    .content .content-left .kxsd .kxsd-bot span,
    .content .content-left .kxsd .kxsd-bot a {
        line-height: 20px;
    }

    .content .content-left .hjwh .hjwh-main .hjwh-top,
    .content .content-left .hjwh .hjwh-main .hjwh-top img {
        height: 154px;
    }

    .content .content-left .zszx ul li .zszx-img,
    .content .content-left .zszx ul li .zszx-img img {
        height: 92px;
    }

    .content .content-left .zxzt ul .zxzt-img,
    .content .content-left .zxzt ul .zxzt-img img {
        height: 105px;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1368px !important;
    }

    .zsdpcontent .zsqs div:first-child {
        margin-top: 24px;
        margin-bottom: 14px;
    }

    .zsdpcontent .zsqs .zsqs-bot ul li {
        height: 66px;
    }

    .zsdpcontent .zsqs .zsqs-bot ul li a {
        height: 66px;
        line-height: 66px;
    }

    .content .kxsecond .kxsecond-bot .gptxkx a {
        margin-bottom: 1.55%
    }

    .content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(1) {
        line-height: 26px;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 135px;
    }

    .content .kxsecond .zsqszdy .ghbwzt ul li {
        padding: 1.29% 0;
    }

    .content .kxsecond .gpnskx li a {
        line-height: 32px;
    }

    .content .kxsecond .gpnskx li .two {
        font-size: 13px;
    }

    .content .kxsecond .whzs-bot ul li {
        padding: 1.2% 0;
    }

    .content .kxsecond .whzs-bot {
        padding-bottom: 18.6%;
    }

    .content .content-left .zxztpage .zhishukuaixun li a {
        line-height: 29px !important;
        margin-bottom: 2.1%;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 370px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 370px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 370px !important;
    }

    .content .kxsecond .gpnszt li a {
        padding: 8px 0;
    }

    .content .content-right .khyhl {
        margin-top: 25.445%;
        height: 270px;
    }

    .content .content-right .contentr-bot .zsxt .item3 li div,
    .content .content-right .contentr-bot .zsxt .item3 li div img {
        height: 121px;
    }

    .content .content-right .khyhl img {
        height: 270px;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 8.5% !important;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.532% 0;
    }

    .footer .footer-top {
        padding-left: 12%;
    }

    .foot_logo {
        margin-right: 70px;
    }

    .fotliks {
        margin: 0 32px;
    }

    .meanOutline .mtline {
        width: 35%;
    }
}

@media only screen and (max-width: 1250px) {
    .navbar .login {
        width: 8.134%;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1358px !important;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 8% !important;
    }

    .pagination {
        margin-top: 3.6%;
        margin-bottom: 0.8%;
    }

    .content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(1) {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .content .kxsecond .zsqszdy .ghbwzt ul li {
        padding: 1.3% 0;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 115px;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 360px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 360px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 360px !important;
    }

    .content .content-left .zxztpage .zhishukuaixun li a {
        margin-bottom: 1.9%;
    }

    .content .zixunright .contentr-bot .hot .zxkc li .ms span:first-child {
        width: 73%;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.31% !important;
        padding-bottom: 1.31% !important;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.545% 0;
    }

    .meancon .meaning {
        height: 292px;
    }

    .meancon .onetitle {
        margin-top: 22px;
        font-size: 34px;
        line-height: 64px;
    }

    .meancon .twotitle {
        font-size: 21px;
        line-height: 36px;
    }

    .meancon .threetitle {
        font-size: 17px;
        line-height: 28px;
    }

    .meancon .meandes {
        margin-left: 30px;
        width: 53.21%;
    }

    .formRow label, .formRow .fm-input, .formRow .fm-select {
        font-size: 15px;
    }

    .formRow label {
        width: 85px;
    }

    .formRow .fm-input, .formRow .fm-select {
        height: 42px;
    }

    .meancon {
        padding: 32px 40px 84px 40px;
    }

    .materlist {
        padding: 10px 10px 80px 24px;
    }

    .meanOutline {
        margin-top: 76px;
    }

    .meanOutline {
        line-height: 30px;
    }

    .meanOutline .mtname {
        padding: 0 30px;
        font-size: 30px;
    }

    .meanlist li .menimg {
        width: 66px;
        height: 56px;
        line-height: 56px;
    }

    .meanlist li .menimg img {
        max-width: 66px;
        max-height: 56px;
    }

    .meanlist li .mentitle {
        margin-top: 26px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1225px) {
    .content .zixunright .contentr-bot .hot .zxkc {
        padding-right: 2.78% !important;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 6.8% !important;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 133px;
    }

    .content .kxsecond .gpnskx li a {
        line-height: 31px;
    }

    .content .kxsecond .gpnszt .gpnszt-right a {
        padding: 7px 0;
    }

    .content .kxsecond .zhishukuaixun li a {
        line-height: 28px;
        margin-bottom: 2.1%;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 370px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 370px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 370px !important;
    }

    .content .content-left .gupiao-bot .gp-right p {
        padding-top: 5px;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.302% !important;
        padding-bottom: 1.302% !important;
    }

    .formLine > label {
        width: 28%;
    }

    .formCon .errTit {
        margin-left: 31%;
    }

    .formLine > .fm-input, .formLine > .fm-select {
        width: 70.5%;
    }

    .subbox button {
        width: 260px;
    }
}

@media only screen and (max-width: 1220px) {
    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1346px !important;
    }

    .content .content-left .zxztpage .zhishukuaixun li a {
        line-height: 28px !important;
        margin-bottom: 2.08%;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.31% !important;
        padding-bottom: 1.31% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .navbar .navbar-nav {
        width: 69%;
    }

    .container {
        width: 100%;
        padding: 0 5.8%;
        margin: 0;
    }

    .navbar .navbar-header {
        width: 11.8%;
    }

    .navbar .form-group .form-control {
        height: 30px;
        font-size: 12px;
    }

    .navbar .form-group .form-control-feedback {
        display: block;
        width: 20px;
        height: 20px;
        line-height: 24px;
        color: #A3A3A3;
        margin: 10px 18px 0 0;
    }

    .navbar .login {
        width: 8.2%;
    }

    .navbar .login li {
        width: 49%;
        line-height: 45px;
        background-color: #fff;
    }

    .navbar .login li:last-child {
        margin-left: 1.8%;
    }

    .navbar .login li a {
        display: block;
        margin: 5px 0;
        width: 100%;
        height: 28px;
        text-align: center;
        line-height: 28px;
        font-size: 16px;
        background: #1378f0;
        border-radius: 17px;
    }

    .navbar .login li:last-child {
        background-color: #fff;
    }

    .navbar .login li:last-child a {
        margin-left: 5.895%;
        background: #F08D13;
    }

    .navbar .login li > a {
        font-size: 13px;
        color: #fff;
    }

    .main-body a p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .content .content-left .alltitle {
        height: 18px;
        line-height: 18px;
    }

    .content .content-left .title,
    .corTitle {
        font-size: 18px;
    }

    .content .content-left .kxsd .kxsd-bot span,
    .content .content-left .kxsd .kxsd-bot a {
        line-height: 27px;
    }

    .zsdpcontent .zsqs .zsqs-bot ul li {
        height: 73px;
    }

    .zsdpcontent .zsqs .zsqs-bot ul li a {
        height: 73px;
        line-height: 73px;
    }

    .pagination {
        margin-top: 4.6%;
        margin-bottom: 1.4%;
    }

    .content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(1) {
        line-height: 27px;
    }

    .content .kxsecond .zsqszdy .ghbwzt ul li {
        padding: 1.28% 0;
    }

    .content .kxsecond .gpnskx li a {
        line-height: 32px;
    }

    .content .kxsecond .gpnszt .gpnszt-right a {
        padding: 8px 0;
    }

    .content .kxsecond .zhishukuaixun li a {
        line-height: 29px;
        margin-bottom: 2.02%;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 385px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 385px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 385px !important;
    }

    .content .content-left .zxztpage .zhishukuaixun li a {
        line-height: 29px !important;
    }

    .content .zhishuqushi {
        margin-top: 2.2% !important;
    }

    .content .kxsecond .zxzszt ul li {
        padding: 3.47% 0 3.34% 0;
    }

    .content .content-right .khyhl {
        margin-top: 24.445%;
    }

    .content .zixunright .khyhl {
        margin-top: 21.305% !important;
    }

    .content .zixunone .khyhl {
        margin-top: 9.305% !important;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 7.6% !important;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.32% !important;
        padding-bottom: 1.32% !important;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.535% 0;
    }

    .footer .footer-top {
        padding-left: 13%;
    }

    .fotliks {
        margin: 0 30px;
    }

    .corList .corimg {
        height: 230px;
    }

    .corList .corcon {
        padding: 24px 16px;
    }

    .corList .corname {
        font-size: 14px;
    }

    .corList .cordes {
        font-size: 13px;
    }

    .studyCon {
        padding-top: 32px;
        padding-bottom: 120px;
    }

    .corList {
        padding-bottom: 48px;
    }

    .titpar {
        font-size: 15px;
    }

    .formLine > label {
        font-size: 14px;
        line-height: 36px;
    }

    .formLine > .fm-input, .formLine > .fm-select {
        padding-left: 10px;
        height: 36px;
        font-size: 14px;
    }

    .formTd {
        font-size: 14px;
        height: 40px;
        line-height: 20px;
    }

    .formTd > span {
        left: 20px;
    }

    .checkbox-icon {
        width: 16px;
        height: 16px;
        font-size: 14px;
        line-height: 14px;
    }

    .formTd > input {
        width: 16px;
        height: 16px;
    }

    .tabHeads > .tabhead {
        height: 40px;
        line-height: 39px;
    }

    .tabHeads > .tabhead a {
        font-size: 16px;
    }

    .tabHeads > .tabhead.active {
        line-height: 35px;
    }
}

@media only screen and (max-width: 1180px) {
    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.34% !important;
        padding-bottom: 1.34% !important;
    }

    .meanTitle {
        font-size: 22px;
    }

    .meancon .onetitle {
        margin-top: 20px;
        font-size: 32px;
        line-height: 60px;
    }

    .meancon .twotitle {
        font-size: 20px;
        line-height: 34px;
    }

    .meancon .threetitle {
        font-size: 16px;
    }

    .meanOutline {
        line-height: 28px;
    }

    .meanOutline .mtname {
        font-size: 28px;
    }

    .meanlist li .menimg {
        width: 60px;
        height: 52px;
        line-height: 52px;
    }

    .meanlist li .menimg img {
        max-width: 60px;
        max-height: 52px;
    }

    .meanlist li .mentitle {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1152px) {
    .navbar .navbar-header {
        width: 10.8%;
    }

    .navbar .navbar-nav li {
        padding: 0 0.88%;
    }

    .content {
        margin-bottom: 59px !important;
    }

    .content.ghbw1 {
        margin-bottom: 50px !important;
    }

    .content.zszx1 {
        margin-bottom: 35px !important;
    }

    .content.zxzt1 {
        margin-bottom: 38px !important;
    }

    .content.kx2 {
        margin-bottom: 44px !important;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1316px !important;
    }

    .zsdpcontent {
        margin-top: 40px !important;
    }

    .content .content-left .kxsd .kxsd-bot span,
    .content .content-left .kxsd .kxsd-bot a {
        line-height: 27px;
    }

    .content .kxsecond .kxsecond-bot .gptxkx a {
        margin-bottom: 1.35%;
    }

    .content .kxsecond .kxsecond-bot .gptxkx .one {
        font-size: 12px;
    }

    .content .kxsecond .gpnszt .gpnszt-right a {
        padding: 7px 0;
    }

    .content .kxsecond .gpjszx .gpnszx-img,
    .content .kxsecond .gpjszx .gpnszx-img img {
        height: 106px;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 6% !important;
    }

    .content .kxsecond .whzs-bot {
        padding-bottom: 19.6%;
    }

    .content .kxsecond .zhishukuaixun li a {
        line-height: 28px;
        margin-bottom: 2.1%;
    }

    .content .kxsecond .gpnszt li a {
        padding: 8px 0;
    }

    .content .kxsecond .whzs-bot ul li {
        padding: 1.22% 0;
    }

    .content .content-left .zxztpage .zhishukuaixun li a {
        width: 91% !important;
        line-height: 28px !important;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.315% !important;
        padding-bottom: 1.315% !important;
    }

    .foot_logo {
        margin-right: 50px;
        width: 140px;
    }

    .foot_logo a {
        width: 140px;
    }

    .foot_logo a > img {
        width: 150px;
    }

    .meanlist li .mentitle {
        font-size: 14px;
        line-height: 22px;
    }

    .meanlist li .mendes {
        margin-top: 16px;
        font-size: 13px;
        line-height: 22px;
    }

    .formLine > label {
        width: 29%;
    }

    .formCon .errTit {
        margin-left: 32%;
    }

    .formLine > .fm-input, .formLine > .fm-select {
        width: 68.5%;
    }

    .subbox button {
        width: 250px;
    }
}

@media only screen and (max-width: 1120px) {
    .container {
        padding: 0 5.0%;
    }

    .content .zixunright .contentr-bot .hot .zxkc {
        padding-right: 1% !important;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 5% !important;
    }

    .content .kxsecond .kxsecond-bot .gptxkx a {
        margin-top: 1.8%;
    }

    .pagination {
        margin-top: 4.6%;
        margin-bottom: 1.8%;
    }

    .content .kxsecond .zxzszt ul li {
        padding: 3.36% 0 3.26% 0;
    }

    .content .kxsecond .gpnskx li a {
        margin-bottom: 2.26%;
        line-height: 36px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2 !important;
        overflow: hidden;
    }

    .content .content-left .zxztpage .zhishukuaixun li a {
        line-height: 27px !important;
    }

    .content .kxsecond .whzs-bot {
        padding-bottom: 20.6%;
    }

    .content .kxsecond .zxztpage .zhishuzhishi li,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img,
    .content .kxsecond .zxztpage .zhishuzhishi .zhishu-img img {
        height: 84px;
    }

    .content .kxsecond .zhishukuaixun li a {
        line-height: 37px;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.33% !important;
        padding-bottom: 1.33% !important;
    }

    .meancon .onetitle {
        font-size: 30px;
        line-height: 56px;
    }

    .meancon .twotitle {
        font-size: 19px;
    }

    .meanTitle {
        font-size: 20px;
    }

    .meancon .meaning {
        height: 278px;
    }

    .meanform {
        margin-top: 68px;
    }

    .formRow {
        margin-bottom: 24px;
    }

    .meanOutline {
        margin-top: 68px;
    }

    .meanOutline {
        line-height: 26px;
    }

    .meanOutline .mtname {
        padding: 0 26px;
        font-size: 26px;
    }

    .studyCon {
        padding-top: 30px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 1100px) {
    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1308px !important;
    }

    .zsdpcontent .zsqs .zsqs-bot ul li {
        height: 70px;
    }

    .zsdpcontent .zsqs .zsqs-bot ul li a {
        height: 70px;
        line-height: 70px;
    }

    .content .zixunright .contentr-bot .hot .zxkc li .ms {
        width: 86% !important;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 4% !important;
    }

    .pagination {
        margin-top: 3.6%;
        margin-bottom: 1%;
    }

    .content .kxsecond .zxzszt ul li {
        padding: 3.22% 0 3.22% 0;
    }

    .content .kxsecond .gpnskx li a {
        margin-bottom: 2.36%;
        line-height: 34px;
    }

    .content .kxsecond .whzs-bot {
        padding-bottom: 20.9%;
    }

    .content .kxsecond .zhishukuaixun li a {
        line-height: 36px;
    }

    .content .content-left .zxztpage .zhishukuaixun li a {
        line-height: 32px !important;
        margin-bottom: 3.6%;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.32% !important;
        padding-bottom: 1.32% !important;
    }

    .corList .cordes {
        height: 60px;
        font-size: 12px;
        line-height: 20px;
    }

    .corList .corbtn {
        margin-top: 18px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }

    .meancon {
        padding: 32px 36px 80px 36px;
    }

    .meanlist li .menimg {
        width: 56px;
        height: 48px;
        line-height: 48px;
    }

    .meanlist li .menimg img {
        max-width: 56px;
        max-height: 48px;
    }

    .meanlist li {
        padding: 44px 10px 0 10px;
    }

    .meancon .onetitle {
        font-size: 29px;
        line-height: 54px;
    }

    .formLine > label {
        width: 30%;
    }

    .formCon .errTit {
        margin-left: 33%;
    }

    .formLine > .fm-input, .formLine > .fm-select {
        width: 67.5%;
    }
}

@media only screen and (max-width: 1080px) {
    .navbar .navbar-nav li {
        padding: 0 0.7%;
    }

    .content .kxsecond .zsqszdy .ghbwzt ul li {
        padding: 1.3% 0;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.34% !important;
        padding-bottom: 1.34% !important;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.556% 0;
    }

    .foot_logo {
        margin-right: 40px;
        width: 130px;
    }

    .foot_logo a, .foot_logo a > img {
        width: 140px;
    }

    .fotliks {
        margin: 0 26px;
        width: 120px;
    }

    .meanTitle {
        font-size: 18px;
    }

    .meancon .onetitle {
        font-size: 28px;
        line-height: 52px;
    }

    .meancon .meandes {
        margin-left: 26px;
    }

    .meancon .twotitle {
        font-size: 18px;
        line-height: 30px;
    }

    .meancon .meaning {
        height: 268px;
    }

    .formRow label, .formRow .fm-input, .formRow .fm-select {
        font-size: 14px;
    }

    .formRow label {
        width: 80px;
    }

    .formRow {
        margin-bottom: 20px;
    }

    .meanOutline {
        margin-top: 60px;
    }

    .meancon {
        padding: 30px 30px 68px 30px;
    }

    .meanOutline .mtline {
        margin-bottom: 4px;
    }

    .meanlist li .mentitle {
        margin-top: 16px;
    }

    .meanlist li .mendes {
        margin-top: 12px;
    }

    .meanlist li .menimg {
        width: 50px;
        height: 44px;
        line-height: 44px;
    }

    .meanlist li .menimg img {
        max-width: 50px;
        max-height: 44px;
    }

    .meanOutline {
        line-height: 24px;
    }

    .meanOutline .mtname {
        padding: 0 24px;
        font-size: 24px;
    }

    .formRow .fm-input, .formRow .fm-select {
        height: 38px;
    }

    .subbox button {
        width: 240px;
        height: 42px;
        font-size: 15px;
        font-weight: 400;
    }

    .meanlist li {
        padding: 40px 10px 0 10px;
    }
}

@media only screen and (max-width: 1060px) {
    .content .kxsecond .kxsecond-bot .gptxkx a {
        line-height: 31px;
    }

    .content .kxsecond .zsqszdy .ghbwzt ul li {
        padding: 1.31% 0;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 375px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 375px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 375px !important;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.36% !important;
        padding-bottom: 1.36% !important;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.565% 0;
    }

    .content .zixunright .contentr-bot .hot .zxkc li .ms span:first-child {
        width: 72%;
    }

    .meanlist li:first-child {
        width: 32.5%;
    }

    .meanlist li {
        width: 35%;
    }

    .meanlist li:last-child {
        padding-right: 0;
        width: 32.5%;
    }
}

@media only screen and (max-width: 1040px) {
    .container {
        width: 100%;
        padding: 0 4.6%;
        margin: 0;
    }

    .navbar .nav > li > a {
        font-size: 15px;
    }

    .header .main-header li a {
        font-size: 14px;
    }

    .main-body li,
    .main-body a img {
        height: 100px;
    }

    .main-body li:first-child,
    .main-body li:first-child .lunbo img {
        height: 210px;
    }

    .navbar .navbar-header {
        width: 12%;
    }

    .navbar .form-group .form-control {
        height: 30px;
        font-size: 12px;
    }

    .navbar .form-group .form-control-feedback {
        display: block;
        width: 20px;
        height: 20px;
        line-height: 24px;
        color: #A3A3A3;
        margin: 10px 18px 0 0;
    }

    .navbar .login {
        width: 9.134%;
    }

    .navbar .login li {
        width: 46.053%;
        line-height: 45px;
        padding-top: 4%;
        background-color: #fff;
        margin: 4px 0;
    }

    .navbar .login li a {
        display: block;
        margin: 5px 0;
        width: 100%;
        height: 24px;
        text-align: center;
        line-height: 24px;
        background: #1378f0;
        border-radius: 17px;
    }

    .navbar .login li:last-child {
        background-color: #fff;
    }

    .navbar .login li:last-child a {
        margin-left: 5.895%;
        background: #F08D13;
    }

    .navbar .login li > a {
        font-size: 12px;
        color: #fff;
    }

    .zsdpcontent {
        margin-top: 30px !important;
    }

    .content .content-left .gupiao-bot .gp-right p {
        width: 100%;
        font-size: 16px;
        padding-top: 3px;
    }

    .content .content-left .gupiao-bot .gp-right p:nth-of-type(1) {
        line-height: 18px;
    }

    .content .content-left .gupiao-bot .gp-right p:nth-of-type(2) {
        line-height: 14px;
    }

    .content .content-left .gupiao-bot li a,
    .content .content-left .gupiao-bot .gp-img,
    .content .content-left .gupiao-bot .gp-img img {
        height: 86px;
    }

    .content .content-left .hjwh .hjwh-main .hjwh-top,
    .content .content-left .hjwh .hjwh-main .hjwh-top img {
        height: 142px;
    }

    .content .content-left .zszx ul li .zszx-img,
    .content .content-left .zszx ul li .zszx-img img {
        height: 86px;
    }

    .content .content-left .kxsd .kxsd-bot span {
        font-size: 16px;
        margin-right: 5.7%;
        line-height: 26px;
    }

    .content .content-left .kxsd .kxsd-bot a {
        width: 88%;
        font-size: 16px;
        line-height: 23px;
    }

    .content .content-left .kxsd .kxsd-bot a span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .content .content-left .zxzt ul .zxzt-img,
    .content .content-left .zxzt ul .zxzt-img img {
        height: 97px;
    }

    .content .zsdpleft .tradingview-widget-container,
    .content .zsdpleft .tradingview-widget-container iframe {
        height: 1244px !important;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.316% !important;
        padding-bottom: 1.316% !important;
    }

    .content .content-left .zxztpage .zhishukuaixun li a {
        line-height: 32px !important;
        margin-bottom: 3.16%;
    }

    .pagination {
        margin-top: 5.6%;
        margin-bottom: 1.8%;
    }

    .content .kxsecond .kxsecond-bot .gptxkx a {
        line-height: 32px;
    }

    .content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(1) {
        line-height: 27px;
    }

    .content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(1) {
        margin-bottom: 4.6%;
    }

    .content .kxsecond .zxzszt .zxzszt-img,
    .content .kxsecond .zxzszt .zxzszt-img img {
        height: 110px;
    }

    .content .kxsecond .zsqszdy .ghbwzt ul li {
        padding: 1.28% 0;
    }

    .content .kxsecond .article .fenxiang {
        margin-bottom: 7.235%;
        width: 100%;
    }

    .content .kxsecond .article .next {
        padding-top: 2.346%;
        padding-bottom: 9.114%;
    }

    .content .kxsecond .whzs-bot {
        padding-bottom: 18.4%;
    }

    .content .kxsecond .zhishukuaixun li a {
        line-height: 35px;
        margin-bottom: 2.22%;
    }

    .content .content-left .zxztpage .zhishuqushione .tradingview-widget-container {
        height: 365px !important;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 {
        height: 365px;
    }

    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div,
    .content .content-left .zxztpage .zhishuqushione #tradingview_6b3cd div div iframe,
    .content .content-left .zxztpage .zhishuqushione #tradingview_5c9b9 div div iframe {
        height: 365px !important;
    }

    .content .content-right .khyhl,
    .content .content-right .khyhl img {
        height: 248px;
    }

    .content .content-right .contentr-bot .zsxt .item3 li div,
    .content .content-right .contentr-bot .zsxt .item3 li div img {
        height: 112px;
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 6% !important;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.53% 0;
    }

    .corList .corimg {
        height: 216px;
    }

    .corList {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 36px;
    }

    .corList .corcon {
        padding: 24px 12px;
    }

    .studyCon {
        padding-top: 32px;
        padding-bottom: 84px;
    }

    .corList .corbtn {
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }

    .meancon .onetitle {
        font-size: 24px;
        line-height: 46px;
    }

    .meancon .twotitle {
        font-size: 16px;
        line-height: 26px;
    }

    .meancon .threetitle {
        font-size: 15px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 1028px) {
    .content .kxsecond .kxsecond-bot .gptxkx a {
        line-height: 30px;
    }

    .pagination {
        margin-bottom: 2.4%;
    }
}

@media only screen and (max-width: 1024px) {
    .navbar .navbar-header {
        margin-top: -1px;
        width: 11%;
    }

    .navbar .logo {
        width: 100%;
        height: auto;
        max-height: 36px;
    }

    .navbar .head-logo {
        width: 95%;
    }

    .pc_imgBox {
        /*height: 174px;*/
    }

    .pc_imgBox img {
        /*height: 174px !important;*/
    }

    .content .content-right .contentr-bot .hot .zhuanti li .ms {
        padding-bottom: 5.5% !important;
    }

    .pagination {
        margin-bottom: 1.6%;
    }

    .content .kxsecond .zxzszt .zxzszt-right p:nth-of-type(1) {
        margin-bottom: 4.5%;
    }

    .content .kxsecond .zxzszt ul li {
        padding: 3.12% 0 3.06% 0;
    }

    .content .kxsecond .gpnskx li a {
        margin-bottom: 2.16%;
    }

    .content .content-left .zxztpage .hjwh-main ul li {
        padding-top: 1.31% !important;
        padding-bottom: 1.31% !important;
    }

    .content .zixun1 .khyhl {
        margin-top: 22.305% !important;
    }

    .content .kxsecond .zsqszdy .zhgjzszt ul li {
        padding: 1.52% 0;
    }
}

@media (max-width: 768px) {
    .pcwidth .navbar-header {
        float: left;
    }

    .pcwidth .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .pcwidth .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .pcwidth .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .pcwidth .collapse {
        display: block !important;
    }

    .pcwidth .navbar-toggle {
        display: none;
    }

    .pcwidth .navbar-left {
        float: left !important;
    }

    .pcwidth .navbar-nav {
        float: left;
        margin: 0;
    }

    .pcwidth .navbar-nav > li {
        float: left;
    }

    .pcwidth .navbar-form .form-control {
        display: inline-block;
        vertical-align: middle;
    }
}

/* 日历样式 */
.content .kxsecond .date .pull-right {
    position: relative;
}

#schedule-box {
    display: none;
    position: absolute;
    top: 40px;
    right: -26px;
    width: 320px;
    margin: 0 auto;
    padding: 20px 20px;
    font-size: 13px;
    z-index: 100000;
    background-color: #fff;
}

.schedule-hd {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.today {
    flex: 1;
    text-align: center;
    line-height: 34px;
}

.ul-box {
    overflow: hidden;
}

.ul-box > li {
    float: left;
    width: 14.28%;
    text-align: center;
    padding: 5px 0;
}

.other-month {
    color: #999999;
}

.current-month {
    color: #333333;
}

.today-style {
    border-radius: 50%;
    background: #58d321;
}

.arrow {
    cursor: pointer;
}

.week-ul, .schedule-bd {
    padding: 0 !important;
}

.dayStyle {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px !important;
    cursor: pointer;
}

.current-month > .dayStyle:hover {
    background: #00BDFF;
    color: #ffffff;
}

.today-flag {
    background: #00C2B1;
    color: #fff;
}

.boxshaw {
    box-shadow: 2px 2px 15px 2px #e3e3e3;
}

.selected-style {
    background: #00BDFF;
    color: #ffffff;
}

#h3Ele {
    text-align: center;
    padding: 10px;
}

#prevYear, #nextYear, .prevMonth, .nextMonth {
    font-size: 14px;
    color: #000;
}

.paging_simple_numbers ul li a,
.paging_simple_numbers ul li span {
    float: initial;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.ad {
    position: relative;
    display: block;
}

.ad:after {
    content: "广告";
    display: block;
    border: 1px solid #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    padding: 2px 3px;
    font-size: 12px;
    color: #fff;
}


.fixed-left, .fixed-right {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 90px;
}

.fixed-left {
    left: 10px;
}

.fixed-right {
    right: 10px
}

.fixed-left .ad-list, .fixed-right .ad-list {
    display: flex;
    align-items: center;
    height: 100%;
}
.fixed-left .ad:after, .fixed-right .ad:after {
    content: "广告";
    display: block;
    border: none;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    color: #fff;
    width: 100%;
    background: rgba(15,15,15,0.4);
    text-align: center;
    height: 16px;
    line-height: 16px;
    padding: 0;
    border-radius: 0 0 2px 2px;
}
